deps: update
This commit is contained in:
parent
50f614060a
commit
23e859c6a8
17 changed files with 991 additions and 485 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
|
@ -20,6 +20,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
|
||||
# - name: Test script
|
||||
# run: npm test
|
||||
|
||||
|
|
@ -31,8 +34,5 @@ jobs:
|
|||
|
||||
- name: Dump
|
||||
run: |
|
||||
echo ${HOME}
|
||||
ls -la ${HOME}
|
||||
ls -la
|
||||
echo ${PATH}
|
||||
hugo version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue