Skip to content

chore(deps): update github/codeql-action digest to 9fdb3e4 #595

chore(deps): update github/codeql-action digest to 9fdb3e4

chore(deps): update github/codeql-action digest to 9fdb3e4 #595

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
jobs:
test: # make sure the action works on a clean machine without building
permissions:
issues: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: ./
with:
package-manager: pnpm
- uses: ./
with:
working-directory: test/sample
- uses: ./
with:
working-directory: test/esm-sample
- uses: ./
with:
working-directory: test/bun-workspace
package-manager: bun
- uses: ./
with:
working-directory: test/npm-workspace
package-manager: npm
- uses: ./
with:
working-directory: test/pnpm-workspace
package-manager: pnpm