Skip to content

Update shellcheck to version 3.0.0 #91

Update shellcheck to version 3.0.0

Update shellcheck to version 3.0.0 #91

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