Skip to content

Bump actions/deploy-pages from 4 to 5 #23

Bump actions/deploy-pages from 4 to 5

Bump actions/deploy-pages from 4 to 5 #23

Workflow file for this run

name: build
on:
pull_request:
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun lint
- run: bun test
- run: bun export
- run: bunx publint --strict
# attw --pack must ignore scripts, or its pack re-triggers prepack
- run: npm_config_ignore_scripts=true bunx @arethetypeswrong/cli --pack --profile esm-only