Skip to content

make the site more ready for the big public #1

make the site more ready for the big public

make the site more ready for the big public #1

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- name: npm install
run: npm install
- name: npm run lint
run: npm run lint
- name: npm run test
run: npm run test
- name: npm run collect
run: npm run collect
- name: npm run build
run: npm run build