Skip to content

Commit

Permalink
don't cache dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemberTang authored Jan 25, 2024
1 parent 1ed6292 commit cc13cbb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/inclusion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"

- name: Run inclusion
run: npx alex -q *.md || echo "Catch warnings and exit 0"

0 comments on commit cc13cbb

Please sign in to comment.