Skip to content

Commit e3340df

Browse files
committed
Add ruff linting GitHub Action
1 parent 3a1917b commit e3340df

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ruff.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Ruff
3+
on: [ push, pull_request ]
4+
jobs:
5+
ruff:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v4
9+
- uses: astral-sh/ruff-action@v3
10+
...

0 commit comments

Comments
 (0)