Add a breadcrumb plugin link to the plugin section of README (#297) #563
This file contains 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: Lint Awesome List | |
on: | |
push: | |
pull_request: | |
jobs: | |
awesome-lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- run: npx awesome-lint 'README.md' |