Skip to content

add ruff linters

add ruff linters #4

Workflow file for this run

name: staging
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- id: deploy
name: Deploy to dokku
uses: idoberko2/dokku-deploy-github-action@v1
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
dokku-host: 'six.okhlopkov.com'
app-name: 'ff'
git-push-flags: '--force'