Skip to content

Commit 065c75f

Browse files
committed
GitHub actions: continue on error for linters
1 parent b834a58 commit 065c75f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/project-build-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
uses: actions/checkout@v4
6262
- name: Run linters
6363
run: tools/lint-package.sh
64+
continue-on-error: true
6465
- name: Upload lint results
6566
uses: actions/upload-artifact@v4
6667
with:

0 commit comments

Comments
 (0)