Skip to content

Commit

Permalink
ruff workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed Apr 3, 2024
1 parent b37d195 commit a08a89d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
jobs:
ruff:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "chartboost/ruff-action@v1"
with:
args: "format --check"
on:
- "pull_request"
- "push"

0 comments on commit a08a89d

Please sign in to comment.