Skip to content

Commit 4ea7407

Browse files
Make check actions non-blocking
1 parent e22d64f commit 4ea7407

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/check-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: actions/checkout@v3
2020

2121
- name: Check for unused images
22+
continue-on-error: true
2223
run: |
2324
unused=()
2425

.github/workflows/check-readme.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121

2222
- name: Check links in README
2323
uses: lycheeverse/lychee-action@v1
24+
continue-on-error: true
2425
with:
2526
args: --verbose --no-progress './**/[Rr][Ee][Aa][Dd][Mm][Ee].md' --exclude-file .lycheeignore
2627
fail: true

0 commit comments

Comments
 (0)