mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
fix(ci): formatting
This commit is contained in:
parent
ed178edcd9
commit
73bf64f784
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
@ -7,11 +7,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm test
|
- run: npm test
|
||||||
|
Loading…
Reference in New Issue
Block a user