Make client/backend lints seperate workflows

This commit is contained in:
ThatOneCalculator 2022-05-31 08:50:03 -07:00
parent e489c5390e
commit 66ab7591bf

View file

@ -9,6 +9,11 @@ on:
jobs:
lint:
strategy:
matrix:
workspace:
- backend-771cdf
- client-66101c
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -23,5 +28,4 @@ jobs:
- run: yarn workspaces foreach install --immutable
env:
YARN_CHECKSUM_BEHAVIOR: update
- run: yarn workspaces foreach run lint
- run: yarn workspace ${{ matrix.workspace }} run lint