nodever-fix2
This commit is contained in:
parent
f159afae43
commit
05e2bd08f9
18
.github/workflows/node-ci.yml
vendored
18
.github/workflows/node-ci.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: CI
|
||||
name: "deploy"
|
||||
|
||||
on: [push]
|
||||
|
||||
|
@ -8,28 +8,32 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Lint styles
|
||||
run: npm run lint:styles
|
||||
|
||||
- name: Check types
|
||||
run: npm run typecheck
|
||||
|
||||
- name: Install Biome
|
||||
run: npm install --global --save-exact @biomejs/biome
|
||||
|
||||
- name: Lint with Biome
|
||||
run: npx biome ci .
|
||||
|
||||
- name: Lint styles
|
||||
run: npm run lint:styles
|
||||
|
||||
- name: Check types
|
||||
run: npm run typecheck
|
||||
|
||||
Playwright:
|
||||
name: Run end-to-end tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '18'
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Install playwright browsers
|
||||
|
|
Loading…
Reference in New Issue
Block a user