testing actions
This commit is contained in:
parent
ae1017b505
commit
1c48e8d089
1 changed files with 0 additions and 3 deletions
|
@ -10,9 +10,6 @@ jobs:
|
||||||
image: node:16-bullseye # Default for Forgejo
|
image: node:16-bullseye # Default for Forgejo
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- shell: ash
|
|
||||||
run: |
|
|
||||||
ls ${{ github.workspace }
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
Loading…
Reference in a new issue