Skip to content

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 #219

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 #219

Workflow file for this run

name: PR Validate
on:
pull_request:
branches:
- master
jobs:
code-quality:
name: Code Quality
strategy:
matrix:
command:
- lint
- dtslint
- test:coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- shell: bash
run: yarn ${{ matrix.command }}