Autofix prettier stuff in codebase
This commit is contained in:
parent
9f9659a6d9
commit
04dec5fb27
3
.github/workflows/autofix.yml
vendored
3
.github/workflows/autofix.yml
vendored
@ -37,5 +37,8 @@ jobs:
|
||||
- name: Format shell
|
||||
run: yarn format-shell
|
||||
|
||||
- name: Format codebase (.ts)
|
||||
run: yarn format
|
||||
|
||||
# See https://autofix.ci/
|
||||
- uses: autofix-ci/action@v1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user