mirror of
https://github.com/myles/awesome-static-generators
synced 2025-11-18 03:08:43 +01:00
💚 Fixed up some CI issues (#186)
This commit is contained in:
committed by
GitHub
parent
6feb71517d
commit
ad2a8246f2
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -28,11 +28,19 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
check-latest: true
|
||||
|
||||
- name: Cache dependencies 📦
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-node-
|
||||
|
||||
- name: Install dependencies 👨🏻💻
|
||||
id: install-npm-dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Run linter 👀
|
||||
id: run-linter
|
||||
- name: Run the linter 👀
|
||||
id: run-lint
|
||||
run: npm run lint
|
||||
|
||||
Reference in New Issue
Block a user