Skip to content

feat: preserve sha1 integrity and auto detect lockfile #13

feat: preserve sha1 integrity and auto detect lockfile

feat: preserve sha1 integrity and auto detect lockfile #13

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install --frozen-lockfile
- run: yarn ci
env:
SNYK_TOKEN: ${{secrets.SNYK_TOKEN}}
CI: true