Skip to content

Linting

Linting #3772

Workflow file for this run

name: Linting
on:
push:
branches:
- master
merge_group:
types: [checks_requested]
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.20 ]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/yarn-action
name: 'Install and lint'
with:
command: lint