Skip to content

Commit

Permalink
add ruff github action
Browse files Browse the repository at this point in the history
  • Loading branch information
noxan committed May 10, 2023
1 parent da04620 commit 2abfb8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
linters: flake8
run: flake8 neuralprophet scripts

ruff:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: ruff
uses: chartboost/ruff-action@v1

isort:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2abfb8d

Please sign in to comment.