Skip to content

Merge pull request #248 from na2na-p/renovate/all-minor-patch #534

Merge pull request #248 from na2na-p/renovate/all-minor-patch

Merge pull request #248 from na2na-p/renovate/all-minor-patch #534

Workflow file for this run

name: ESLint
on:
push:
branches-ignore:
- main
jobs:
ESLint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Set Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: ci
run: cd TypeScript && yarn install --immutable --immutable-cache --check-cache
- name: ESLint
run: cd TypeScript && yarn lint