We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d913c50 commit 84a9074Copy full SHA for 84a9074
.github/workflows/test.yml
@@ -7,11 +7,11 @@ on:
7
- main
8
9
jobs:
10
- ruff:
11
- runs-on: ubuntu-latest
12
- steps:
13
- - uses: actions/checkout@v4
14
- - uses: chartboost/ruff-action@v1
+ # ruff:
+ # runs-on: ubuntu-latest
+ # steps:
+ # - uses: actions/checkout@v4
+ # - uses: chartboost/ruff-action@v1
15
ruff-format:
16
runs-on: ubuntu-latest
17
steps:
@@ -20,7 +20,8 @@ jobs:
20
with:
21
args: 'format --check'
22
build-image:
23
- needs: [ruff, ruff-format]
+ # needs: [ruff, ruff-format]
24
+ needs: [ruff-format]
25
26
27
- name: Checkout
0 commit comments