Skip to content

Commit e0aa6e0

Browse files
committed
GitHub Actions :Lint Python code with ruff
1 parent ad8f76f commit e0aa6e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
pull_request:
88

99
jobs:
10+
ruff:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v5
14+
- uses: astral-sh/ruff-action@v3
15+
1016
Windows:
1117
name: 'Windows (${{ matrix.python }})'
1218
runs-on: 'windows-latest'

0 commit comments

Comments
 (0)