chore: fix workflows

This commit is contained in:
Kieran 2023-02-15 14:04:44 +00:00
parent 884bbdd9dc
commit 40c1556296
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 2 additions and 2 deletions

View File

@ -15,4 +15,4 @@ jobs:
- name: Install Dependencies
run: yarn install
- name: Check Eslint
run: yarn eslint
run: yarn workspace @snort/app eslint

View File

@ -15,4 +15,4 @@ jobs:
- name: Install Dependencies
run: yarn install
- name: Check Formatting
run: yarn prettier --check .
run: yarn workspace @snort/app prettier --check .