This repository was archived by the owner on Jul 8, 2025. It is now read-only.
fix: use package.json overrides to bump @babel/runtime & prismjs …
#208
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: On Merge to main | |
| on: | |
| push: | |
| branches: | |
| - main | |
| permissions: write-all | |
| jobs: | |
| security: | |
| name: Security Checks | |
| uses: ./.github/workflows/_security-checks.yml | |
| static-checks: | |
| name: Static Checks | |
| uses: ./.github/workflows/_static-checks.yml | |
| secrets: inherit | |
| unit-tests: | |
| name: Unit Tests | |
| uses: ./.github/workflows/_unit-tests.yml | |
| secrets: inherit | |
| release-please: | |
| name: Release Please | |
| uses: ./.github/workflows/_release-please.yml | |
| secrets: | |
| GH_PAT_RELEASE_PLEASE: ${{ secrets.GH_PAT_RELEASE_PLEASE }} |