Skip to content

Commit 301b897

Browse files
committed
Add Ruff lint workflow
1 parent fc1f4b8 commit 301b897

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/lint-ruff.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Lint with Ruff
2+
on:
3+
push:
4+
branches: [ '*' ]
5+
pull_request:
6+
branches: [ '*' ]
7+
8+
jobs:
9+
lint:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v6
13+
- uses: astral-sh/ruff-action@v3

0 commit comments

Comments
 (0)