Skip to content

remove spellcheck from github actions #15

remove spellcheck from github actions

remove spellcheck from github actions #15

name: learn-github-actions
on: [push]
jobs:
lint-format-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install
- run: npm run lint
- run: npm run dev &
- run: sleep 15
- run: npm run codegen
- run: npm run build