Skip to content

Commit

Permalink
Added versions to the linter actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcadam14 committed Jan 17, 2024
1 parent 9212ba0 commit 12b40a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
version: "~= 23.7.0"
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
- uses: chartboost/ruff-action@v1
with:
version: "~= 0.0.278"

0 comments on commit 12b40a4

Please sign in to comment.