Skip to content

chore(deps): update zizmorcore/zizmor-action action to v0.6.0 #1438

chore(deps): update zizmorcore/zizmor-action action to v0.6.0

chore(deps): update zizmorcore/zizmor-action action to v0.6.0 #1438

Workflow file for this run

name: Windows Tests
on:
merge_group:
push:
branches: [main]
pull_request:
branches: [main]
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
windows-tests:
name: windows-tests
runs-on: windows-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: 'false'
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version-file: 'package.json'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run Tests
run: npm test -- --no-watch