name: Links on: push: branches: - main paths: - "**.md" - "**.html" pull_request: paths: - "**.md" - "**.html" jobs: linkChecker: runs-on: ubuntu-latest steps: - uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e - name: Link Checker uses: lycheeverse/lychee-action@4a5af7cd2958a2282cefbd9c10f63bdb89982d76 with: fail: true env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}