consistent
This commit is contained in:
parent
03caddd29a
commit
e7bba17971
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -16,9 +16,9 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- name: Test
|
- name: Test
|
||||||
run: npm run fmt
|
run: npm run test
|
||||||
- name: Format
|
- name: Format
|
||||||
run: npm t
|
run: npm run fmt
|
||||||
- name: "check for uncommitted changes"
|
- name: "check for uncommitted changes"
|
||||||
# Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed.
|
# Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed.
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue