Skip to content

ci(.github)[SEC-1084]: fix image digest for provenance #131

ci(.github)[SEC-1084]: fix image digest for provenance

ci(.github)[SEC-1084]: fix image digest for provenance #131

Workflow file for this run

name: Lint & Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
- run: npm ci
- uses: biomejs/setup-biome@v2
- run: biome ci .
- run: npm test