Skip to content

chore: bump @eslint/js from 9.3.0 to 9.4.0 (#196) #3

chore: bump @eslint/js from 9.3.0 to 9.4.0 (#196)

chore: bump @eslint/js from 9.3.0 to 9.4.0 (#196) #3

Workflow file for this run

name: Check
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
check-workspaces:
name: Check Workspaces
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: latest
- name: Setup Yarn
uses: threeal/[email protected]
with:
version: stable
- name: Check Format
run: |
yarn workspaces foreach --all --topological run format
git diff --exit-code HEAD
- name: Check Lint
run: yarn workspaces foreach --all --topological run lint