Skip to content

Commit

Permalink
ci: fail on error
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronczichon committed Jul 23, 2024
1 parent 23204ba commit 9588c77
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pr-personal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ jobs:
args: --base ./site/src/content --verbose --no-progress './**/*.md'
# Use json as output format (instead of markdown)
format: json
# Don't fail action on broken links
fail: false
- name: Create Issue From File
if: env.lychee_exit_code != 0
uses: peter-evans/create-issue-from-file@v4
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
labels: bug
run-build:
name: Build Assets
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9588c77

Please sign in to comment.