Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 #95

Bump cross-spawn from 7.0.3 to 7.0.6

Bump cross-spawn from 7.0.3 to 7.0.6 #95

Workflow file for this run

name: Lint
on: push
jobs:
run-linter:
name: Run Linters
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
- uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install Dependencies
run: yarn install
- name: Run Linters
run: yarn test:lint
- name: Prettier
run: yarn prettier-check