Skip to content

fix: Shell escaping test coverage and edge cases #45

fix: Shell escaping test coverage and edge cases

fix: Shell escaping test coverage and edge cases #45

Workflow file for this run

name: pull_request
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
node-version: [16.x]
platform: [windows-latest, macos-latest, ubuntu-22.04]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test
- run: npm run build --if-present