Skip to content

docs+ci: download fork-comment artifact to runner.temp (CodeQL artifact-poisoning) #297

docs+ci: download fork-comment artifact to runner.temp (CodeQL artifact-poisoning)

docs+ci: download fork-comment artifact to runner.temp (CodeQL artifact-poisoning) #297

Workflow file for this run

name: CI
on: pull_request
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: cd packages/bumpy && bunx varlock load # need ENV types for tsdown config file
- run: bun run check
# publish tests create temp git repos with commits, which requires a git identity
- run: git config --global user.name "CI" && git config --global user.email "ci@example.com"
- run: bun run test
# NOTE: `bumpy ci check` runs in .github/workflows/bumpy-check.yaml (pull_request),
# and the fork-PR comment is posted from .github/workflows/bumpy-comment.yaml (workflow_run).
# see 鉃★笍 https://bumpy.varlock.dev/blob/main/docs/github-actions.md 猬咃笍