Skip to content

chore(deps-dev): bump @eslint/js from 9.12.0 to 9.13.0 #994

chore(deps-dev): bump @eslint/js from 9.12.0 to 9.13.0

chore(deps-dev): bump @eslint/js from 9.12.0 to 9.13.0 #994

Workflow file for this run

name: Run ESLint
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
run-eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v3
with:
submodules: true
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ">=18.16.0"
check-latest: true
cache: yarn
- name: Install dependencies
run: |
git config --global url."https://github.com/".insteadOf ssh://[email protected]/
yarn install --frozen-lockfile
- name: Run ESLint
run: |
yarn run lint