Skip to content

fix: resolve zizmor template-injection + excessive-permissions (INFRA… #4

fix: resolve zizmor template-injection + excessive-permissions (INFRA…

fix: resolve zizmor template-injection + excessive-permissions (INFRA… #4

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npm test