Skip to content

fix: timed macro CSS class/id applies per-section (#32) #35

fix: timed macro CSS class/id applies per-section (#32)

fix: timed macro CSS class/id applies per-section (#32) #35

Workflow file for this run

name: Release
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
id-token: write
jobs:
release:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v2
- uses: actions/setup-node@v4
with:
node-version: 22
- run: bun install --frozen-lockfile
- name: Build
run: bun run build
- name: Run tests
run: bun run test
- name: Release to npm
uses: tobua/release-npm-action@v3
with:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}