Add resource links to new README #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check Hyperlinks | |
| on: | |
| push: | |
| paths: | |
| - 'README.md' | |
| workflow_dispatch: | |
| jobs: | |
| linkChecker: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/[email protected] | |
| - name: Check links in README.md | |
| uses: lycheeverse/lychee-action@master | |
| with: | |
| args: README.md # Specify the file to check |