Skip to content

Commit

Permalink
Replace usage of max/awesome-lint with manually installed awesome-lint.
Browse files Browse the repository at this point in the history
max/awesome-lint uses outdated Node.js to build while the upstream awesome-lint requires newer Node.js. See max/awesome-lint#7.
  • Loading branch information
MikuAuahDark committed Dec 7, 2023
1 parent a8bbc60 commit f20a600
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: max/[email protected]
- uses: actions/checkout@v4
- name: Install awesome-lint
run: npm install -g awesome-lint
- name: Run awesome-lint
run: npx awesome-lint ./README.md

0 comments on commit f20a600

Please sign in to comment.