chore: fix workflows
This commit is contained in:
parent
884bbdd9dc
commit
40c1556296
2
.github/workflows/eslint.yaml
vendored
2
.github/workflows/eslint.yaml
vendored
@ -15,4 +15,4 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: yarn install
|
||||
- name: Check Eslint
|
||||
run: yarn eslint
|
||||
run: yarn workspace @snort/app eslint
|
||||
|
2
.github/workflows/formatting.yaml
vendored
2
.github/workflows/formatting.yaml
vendored
@ -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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user