Skip to content

Merge branch 'master' into 86c0h5a6p #5593

Merge branch 'master' into 86c0h5a6p

Merge branch 'master' into 86c0h5a6p #5593

Workflow file for this run

name: Lint
on:
- push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version: '20.x'
- run: yarn install --frozen-lockfile
- run: yarn run lint