Skip to content

[WIP] migrate to yarn 4 #35

[WIP] migrate to yarn 4

[WIP] migrate to yarn 4 #35

Workflow file for this run

name: Linter
on:
push:
branches:
- main
pull_request:
branches: '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up environment
uses: ./.github/actions/setup
- name: Lint
run: yarn lint