Skip to content

Bump preact from 10.23.2 to 10.24.0 (#14) #36

Bump preact from 10.23.2 to 10.24.0 (#14)

Bump preact from 10.23.2 to 10.24.0 (#14) #36

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Format
run: npm run fmt:check
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Build
run: npm run zip