Skip to content

Commit 5c6c94d

Browse files
authored
Added Ruff linting workflow (#7)
1 parent c5b1c28 commit 5c6c94d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/ruff.yml

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

0 commit comments

Comments
 (0)