Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

fix: lighthouse deploy ci #14

fix: lighthouse deploy ci

fix: lighthouse deploy ci #14

Workflow file for this run

name: ci
on:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
npm run check:ci
spell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
npm run spell
build:
needs: [check, spell]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
npm install
npm run build