Skip to content

chore(deps): bump marked from 9.1.5 to 10.0.0 (#234) #632

chore(deps): bump marked from 9.1.5 to 10.0.0 (#234)

chore(deps): bump marked from 9.1.5 to 10.0.0 (#234) #632

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: |
yarn install --frozen-lockfile
- name: Run ESLint
run: |
yarn run lint