Skip to content

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

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 #66

Workflow file for this run

name: ESLint check
on: pull_request
jobs:
main:
name: ESLint check
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Check ESLint
run: yarn lint