1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-03 05:10:17 +02:00

Remove npm cache

This commit is contained in:
Tom Parker-Shemilt 2022-07-31 20:23:03 +01:00
parent a6df73feda
commit 2f83054f6d

View File

@ -38,7 +38,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm install markdown-toc
- run: ./node_modules/.bin/markdown-toc -i README.md
- run: git diff --exit-code