fix style issues
This commit is contained in:
parent
59a329b7bd
commit
e364f18988
4 changed files with 4 additions and 10 deletions
2
.github/workflows/main_deploy.yml
vendored
2
.github/workflows/main_deploy.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Setup | Node Install
|
||||
run: npm ci
|
||||
- name: Lint
|
||||
run: just lint
|
||||
run: just lint --verbose
|
||||
- name: Test (WIP)
|
||||
run: echo "No tests ran"
|
||||
- name: Build
|
||||
|
|
8
.github/workflows/main_push.yml
vendored
8
.github/workflows/main_push.yml
vendored
|
@ -34,14 +34,8 @@ jobs:
|
|||
- name: Setup | Node Install
|
||||
run: npm ci
|
||||
- name: Lint
|
||||
run: just lint
|
||||
run: just lint --verbose
|
||||
- name: Test (WIP)
|
||||
run: echo "No tests ran"
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in a new issue