Skip to content

Commit

Permalink
Separate ruff lint into separate job for speed.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Jan 13, 2024
1 parent b4a67f5 commit 28c4139
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
- name: MyPy
run: mypy yellowstone

- name: Lints
run: ruff check yellowstone
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Formatting
run: ruff format --check yellowstone
- name: Ruff
uses: chartboost/ruff-action@v1

0 comments on commit 28c4139

Please sign in to comment.