Skip to content

Commit 6b1a58b

Browse files
committed
always run linting
Signed-off-by: Peter Geurts <peter.geurts@proton.me>
1 parent 799c0b4 commit 6b1a58b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ jobs:
372372
linting:
373373
runs-on: ubuntu-24.04
374374
needs: [build-ubuntu-images, build-cuda-images]
375+
if: always()
375376
steps:
376377
- uses: actions/checkout@v4
377378
- name: Set up python3

0 commit comments

Comments
 (0)