Skip to content

Bump cross-spawn from 7.0.3 to 7.0.6 #122

Bump cross-spawn from 7.0.3 to 7.0.6

Bump cross-spawn from 7.0.3 to 7.0.6 #122

Workflow file for this run

name: Lint
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Setup yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run linte
run: yarn lint