Skip to content

fix: install deps in web-ci #3

fix: install deps in web-ci

fix: install deps in web-ci #3

Workflow file for this run

name: ci
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup
uses: actions/setup-node@v4
- name: static check
run: cd web && npm install && npm run ci:check