Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 #825

Bump cross-spawn from 7.0.3 to 7.0.6

Bump cross-spawn from 7.0.3 to 7.0.6 #825

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- 'main'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
permissions: write-all
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
- name: Run tests
run : |
yarn install
yarn test
env:
GITHUB_TOKEN: ${{ secrets.TEST_GITHUB_TOKEN }}
- name: Dump context
uses: crazy-max/[email protected]