mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
chore: fix prettier wkflw holy shit
This commit is contained in:
10
.github/workflows/continuous-integration.yml
vendored
10
.github/workflows/continuous-integration.yml
vendored
@@ -24,21 +24,15 @@ jobs:
|
||||
with:
|
||||
node-version: 17
|
||||
|
||||
- name: infer source
|
||||
run: source ~/.bashrc
|
||||
|
||||
- name: Install pnpm
|
||||
run: npm i -g pnpm
|
||||
|
||||
- name: setup pnpm
|
||||
run: pnpm setup
|
||||
|
||||
# Prettier must be in `package.json`
|
||||
- name: Install Node.js dependencies
|
||||
run: pnpm add -g prettier && pnpm i
|
||||
run: pnpm i
|
||||
|
||||
- name: Run Prettier
|
||||
run: prettier --write .
|
||||
run: pnpm run pretty
|
||||
|
||||
- name: Create Pull Request
|
||||
id: cpr
|
||||
|
||||
Reference in New Issue
Block a user