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 6254a1e163
commit ff99a92f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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