Skip to content

Commit

Permalink
Added versions to the ruff and black linter actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadam14 committed Jan 31, 2024
1 parent 8f3d6b6 commit 4dfc007
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ jobs:
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
version: 24.1.1
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
version: 0.1.4

0 comments on commit 4dfc007

Please sign in to comment.