Skip to content

Commit

Permalink
Create ruff.yml
Browse files Browse the repository at this point in the history
Use the ruff github action
  • Loading branch information
AnthonyZhOon authored Dec 13, 2023
1 parent a01b9ca commit 345aa0a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
src: "./src"
version: 0.0.259
args: --select B

0 comments on commit 345aa0a

Please sign in to comment.