1name: Links (Fail Fast) 2 3on: 4 push: 5 pull_request: 6 7jobs: 8 check-links: 9 runs-on: ubuntu-latest 10 steps: 11 - uses: actions/checkout@v4 12 13 - name: Link Checker 14 uses: lycheeverse/lychee-action@v1.8.0 15 with: 16 fail: true
View as plain text