Skip to content

Bump shell-quote from 1.8.1 to 1.8.2 #112

Bump shell-quote from 1.8.1 to 1.8.2

Bump shell-quote from 1.8.1 to 1.8.2 #112

Workflow file for this run

name: Run Test Scripts
on:
push:
branches: master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo at pull request
uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- name: Run Tests
run: 'npm test'