Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 #24

Bump cross-spawn from 7.0.3 to 7.0.6

Bump cross-spawn from 7.0.3 to 7.0.6 #24

Workflow file for this run

# github action to run checks on PRs and pushes to master
name: Checks
on:
push:
branches:
- "*" # all branches
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test -- --coverage