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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ permissions:

jobs:
ci:
uses: OpenPhysics/.github/.github/workflows/ci.yml@main
uses: OpenPhysics/Baton/.github/workflows/ci.yml@main

compliance:
uses: OpenPhysics/.github/.github/workflows/shared-compliance-check.yml@main
uses: OpenPhysics/Baton/.github/workflows/shared-compliance-check.yml@main
with:
repo-name: TemplateSingleSim

dependency-review:
if: github.event_name == 'pull_request'
uses: OpenPhysics/.github/.github/workflows/shared-dependency-review.yml@main
uses: OpenPhysics/Baton/.github/workflows/shared-dependency-review.yml@main

codeql:
uses: OpenPhysics/.github/.github/workflows/shared-codeql.yml@main
uses: OpenPhysics/Baton/.github/workflows/shared-codeql.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:

jobs:
deploy:
uses: OpenPhysics/.github/.github/workflows/deploy.yml@main
uses: OpenPhysics/Baton/.github/workflows/deploy.yml@main
permissions:
contents: read
pages: write
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Vite 8, TypeScript 6, and Biome 2.
- Default and projector color profiles
- Progressive Web App (installable, offline-capable)
- Git hooks for Biome pre-commit checks
- Shared GitHub Actions CI via `OpenPhysics/.github`
- Shared GitHub Actions CI via `OpenPhysics/Baton`

## Quick Start

Expand Down