mirror of
https://github.com/sern-handler/awesome-plugins
synced 2026-06-28 02:32:17 +00:00
style: pretty please
This commit is contained in:
2
.github/workflows/continuous-delivery.yml
vendored
2
.github/workflows/continuous-delivery.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
run: npm i -g prettier && npm i
|
||||
|
||||
- name: Run Prettier
|
||||
run: prettier --check .
|
||||
run: prettier --write .
|
||||
|
||||
- name: Convert TypeScript to JavaScript
|
||||
run: npx babel TypeScript --out-dir JavaScript --extensions ".ts"
|
||||
|
||||
2
.github/workflows/continuous-integration.yml
vendored
2
.github/workflows/continuous-integration.yml
vendored
@@ -29,4 +29,4 @@ jobs:
|
||||
run: npm i -g prettier && npm i
|
||||
|
||||
- name: Run Prettier
|
||||
run: prettier --check .
|
||||
run: prettier --write .
|
||||
Reference in New Issue
Block a user