Merge pull request #22 from akshatjoshipura/master #5
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] | |
jobs: | |
awesome-lint: | |
name: "lint: awesome-lint" | |
runs-on: ubuntu-latest | |
steps: | |
- name: "checkout repo" | |
uses: actions/[email protected] | |
with: | |
fetch-depth: 0 | |
- name: run awesome-lint | |
uses: jthegedus/github-action-awesome-lint@68fc989d5a01aa127ce502a59f72ebe4166386f1 # commit_sha of tag v0.1.0 |