mirror of
https://github.com/sern-handler/awesome-plugins
synced 2026-06-28 02:32:17 +00:00
chore: lol
permalink: http://whatthecommit.com/59bcc3ad6775562f845953cf01624225
This commit is contained in:
5
.github/workflows/continuous-delivery.yml
vendored
5
.github/workflows/continuous-delivery.yml
vendored
@@ -22,14 +22,11 @@ jobs:
|
||||
- name: Install Node.js dependencies
|
||||
run: npm i -g prettier && npm i
|
||||
|
||||
- name: Run Prettier
|
||||
run: prettier --write .
|
||||
|
||||
- name: Convert TypeScript to JavaScript
|
||||
run: npx babel TypeScript --out-dir JavaScript --extensions ".ts"
|
||||
|
||||
- name: Run JavaScript Prettier
|
||||
run: prettier --write ./JavaScript
|
||||
run: prettier --write .
|
||||
|
||||
- name: Create Pull Request
|
||||
id: cpr
|
||||
|
||||
Reference in New Issue
Block a user