Fix b193d5411aa084c839d0d26d72309c74205b37c8 #239
Workflow file for this run
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: Awesome Lint | |
on: [push, pull_request] | |
jobs: | |
run-lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
with: | |
fetch-depth: 0 | |
- uses: actions/setup-node@master | |
with: | |
node-version: 20.x | |
- name: Install awesome-lint CLI | |
run: npm install -g awesome-lint | |
- name: Run Awesome Lint | |
run: awesome-lint |