Skip to content

Commit 5a89aa4

Browse files
committed
use continue-on-error
1 parent 6c06e34 commit 5a89aa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/updater.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
echo ${{ steps.latest-uv.outputs.uv_version }} > UV_VERSION
3636
3737
- name: safe lint
38-
run: make lint || exit 0
38+
run: make lint
39+
continue-on-error: true
3940

4041
- name: Create Pull Request
4142
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)