|
|
|
@ -1,7 +1,7 @@
|
|
|
|
name: CI
|
|
|
|
name: CI
|
|
|
|
on:
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
push:
|
|
|
|
branches: [master]
|
|
|
|
branches: [ master ]
|
|
|
|
pull_request:
|
|
|
|
pull_request:
|
|
|
|
permissions:
|
|
|
|
permissions:
|
|
|
|
contents: read # to fetch code (actions/checkout)
|
|
|
|
contents: read # to fetch code (actions/checkout)
|
|
|
|
@ -47,7 +47,7 @@ jobs:
|
|
|
|
- uses: actions/setup-node@v3
|
|
|
|
- uses: actions/setup-node@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
cache: pnpm
|
|
|
|
cache: pnpm
|
|
|
|
- run: "pnpm i && pnpm lint"
|
|
|
|
- run: 'pnpm i && pnpm lint'
|
|
|
|
Unit:
|
|
|
|
Unit:
|
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
|
runs-on: ${{ matrix.os }}
|
|
|
|
timeout-minutes: 10
|
|
|
|
timeout-minutes: 10
|
|
|
|
|