Skip to content

chore: upgrade Solid, Solid Start and SUID #64

chore: upgrade Solid, Solid Start and SUID

chore: upgrade Solid, Solid Start and SUID #64

Workflow file for this run

name: Build and Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Build and Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install packages
run: npm ci
- name: Prettier
run: npm run format:check
- name: Lint
run: npm run lint
- name: Build
run: npm run build