Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group across 1 directory #235

Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group across 1 directory

Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group across 1 directory #235

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: 'npm'
- name: install dependencies
run: npm ci
- name: lint
run: |
npm run format-check
npm run lint