We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9d92e commit e403f14Copy full SHA for e403f14
1 file changed
.github/workflows/ci.yml
@@ -9,16 +9,10 @@ jobs:
9
steps:
10
- name: Check out
11
uses: actions/checkout@v4
12
- - name: Check source with ruff
+ - name: Run ruff
13
uses: astral-sh/ruff-action@v3
14
with:
15
args: check --output-format=github
16
- src: ./source
17
- - name: Check tests with ruff
18
- uses: astral-sh/ruff-action@v3
19
- with:
20
- args: check --output-format=github
21
- src: ./tests
22
23
build:
24
name: Build
0 commit comments