chore: fix workflows
This commit is contained in:
2
.github/workflows/eslint.yaml
vendored
2
.github/workflows/eslint.yaml
vendored
@ -15,4 +15,4 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: yarn install
|
run: yarn install
|
||||||
- name: Check Eslint
|
- 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
|
- name: Install Dependencies
|
||||||
run: yarn install
|
run: yarn install
|
||||||
- name: Check Formatting
|
- name: Check Formatting
|
||||||
run: yarn prettier --check .
|
run: yarn workspace @snort/app prettier --check .
|
||||||
|
Reference in New Issue
Block a user