Skip to content

Commit 1b17604

Browse files
committed
Add Ruff lint workflow
1 parent fc1f4b8 commit 1b17604

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/lint-ruff.yml

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

0 commit comments

Comments
 (0)