Skip to content

chore(ci): harden (#41) #69

chore(ci): harden (#41)

chore(ci): harden (#41) #69

Workflow file for this run

name: "test"
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- run: npm ci
- run: npm test