Skip to content

Update shellcheck to version 3.1.0 #112

Update shellcheck to version 3.1.0

Update shellcheck to version 3.1.0 #112

Workflow file for this run

name: Test
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
runs-on: ${{ matrix.os }}-latest
strategy: { matrix: { os: [ ubuntu, macOS ] } }
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with:
egress-policy: audit
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- run: npm cit