Skip to content

Commit

Permalink
Pin ruff action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxstr committed Feb 12, 2024
1 parent 1daee61 commit 9af1b58
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
version: 0.1.11
args: --select B

0 comments on commit 9af1b58

Please sign in to comment.