Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhea0 committed Dec 2, 2023
1 parent 7587017 commit 2dc87e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-node@v1
- run: npx awesome-lint
with:
node-version: 18
- run: npm install --global awesome-lint
- run: awesome-lint README.md
awesome-bot:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2dc87e2

Please sign in to comment.