Skip to content

Bump @hackclub/theme from 0.3.3 to 1.0.0 #4

Bump @hackclub/theme from 0.3.3 to 1.0.0

Bump @hackclub/theme from 0.3.3 to 1.0.0 #4

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn prepare
- run: yarn test