Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/standard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# The one workflow. Opts into org-standard behaviors; logic lives in the reusable
# bounded-systems/.github/.github/workflows/repo-standard.yml.
name: standard
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
standard:
uses: bounded-systems/.github/.github/workflows/repo-standard.yml@d43c3280588ef05f4ead43426db1091d4cb8f520
with:
security: true
test: true
runtime: bun
test-command: "bun install --frozen-lockfile && bun run build && bun test && bunx jsr publish --dry-run --allow-slow-types"
Loading