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
32 changes: 32 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: CI

on:
push:
branches: [main]
pull_request:

permissions: {}

concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true

jobs:
# Whole CI surface via the org node gold-standard reusable: TS
# lint/type-check, tests, build, dependency audit, CodeQL, secret
# scanning, dependency review. Replaces lint.and.build.yml + codeql.yml +
# security.yml.
ci:
uses: netresearch/.github/.github/workflows/node-ci.yml@main
permissions:
actions: read
contents: read
security-events: write
pull-requests: write
with:
package-manager: bun
type-check-cmd: "bun run build:lib"
build-cmd: "bun run build:lib"
enable-format-check: false
secrets:
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}
24 changes: 0 additions & 24 deletions .github/workflows/codeql.yml

This file was deleted.

71 changes: 0 additions & 71 deletions .github/workflows/lint.and.build.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/security.yml

This file was deleted.