Skip to content

chore(deps): update dependency eslint-config-love to v62 - autoclosed #32

chore(deps): update dependency eslint-config-love to v62 - autoclosed

chore(deps): update dependency eslint-config-love to v62 - autoclosed #32

Workflow file for this run

name: Checks
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: yarn
cache-dependency-path: yarn.lock
- name: Install modules
run: corepack yarn
- name: Run lint check
run: corepack yarn run lint
- name: Run type check
run: corepack yarn run check:types