mirror of https://github.com/huashengdun/webssh
Christian Clauss
2 years ago
committed by
GitHub
1 changed files with 14 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||||
|
# https://beta.ruff.rs |
||||||
|
name: ruff |
||||||
|
on: |
||||||
|
push: |
||||||
|
branches: [master] |
||||||
|
pull_request: |
||||||
|
branches: [master] |
||||||
|
jobs: |
||||||
|
ruff: |
||||||
|
runs-on: ubuntu-latest |
||||||
|
steps: |
||||||
|
- uses: actions/checkout@v3 |
||||||
|
- run: pip install --user ruff |
||||||
|
- run: ruff --format=github --ignore=F401 --target-version=py37 . |
Loading…
Reference in new issue