Update .github/workflows/lint.yml

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
This commit is contained in:
Kainoa Kanter 2022-05-29 18:39:44 -07:00 committed by GitHub
parent c469cbd010
commit c2f018b86b

View file

@ -20,4 +20,4 @@ jobs:
cache: 'yarn'
- run: corepack enable
- run: yarn install
- run: yarn workspaces * lint
- run: yarn workspaces ${{ matrix.workspace }} lint