Skip to content

Update shellcheck 3.0.0 → 3.1.0 (minor) #97

Update shellcheck 3.0.0 → 3.1.0 (minor)

Update shellcheck 3.0.0 → 3.1.0 (minor) #97

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}-latest
strategy: { matrix: { os: [ ubuntu, macOS ] } }
steps:
- uses: actions/checkout@v2
- run: npm cit