Skip to content

Commit 92a809f

Browse files
committed
ci: add a workflow to run ruff lints
1 parent ab109f6 commit 92a809f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ruff.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
on:
2+
push:
3+
pull_request:
4+
schedule:
5+
- cron: '30 13 * * *'
6+
jobs:
7+
ruff:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
- uses: astral-sh/ruff-action@v1

0 commit comments

Comments
 (0)