Skip to content

Commit 0a90b45

Browse files
committed
Always lint even if previous steps failed
1 parent f489598 commit 0a90b45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
npm run find-deadcode
9696
9797
- name: Lint
98+
if: "${{ !cancelled() }}"
9899
working-directory: extensions/ql-vscode
99100
env:
100101
NODE_OPTIONS: '--max-old-space-size=4096'

0 commit comments

Comments
 (0)