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:49 -07:00 committed by GitHub
parent ff99a92f4d
commit 3208a2ef94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,12 @@ on:
pull_request:
jobs:
workspaces:
lint:
strategy:
matrix:
workspace:
- backend
- client
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2