Skip to content

Commit 420b675

Browse files
committed
chore: update prettier (and remove prettylint)
1 parent baa49e7 commit 420b675

File tree

4 files changed

+20
-399
lines changed

4 files changed

+20
-399
lines changed

.github/workflows/checks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
run: |
5454
npm ci
5555
npm install -D eslint@${{matrix.eslint-version }}
56-
- name: prettylint
57-
run: npm run prettylint
56+
- name: prettier
57+
run: npm run prettier:check
5858
- name: typecheck
5959
run: npm run typecheck
6060
- name: test
@@ -77,8 +77,8 @@ jobs:
7777
node-version: 12.x
7878
- name: install
7979
run: npm ci
80-
- name: prettylint
81-
run: npm run prettylint
80+
- name: prettier
81+
run: npm run prettier:check
8282
- name: typecheck
8383
run: npm run typecheck
8484
- name: test

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
2828
- name: install
2929
run: npm ci
30-
- name: prettylint
31-
run: npm run prettylint
30+
- name: prettier
31+
run: npm run prettier:check
3232
- name: typecheck
3333
run: npm run typecheck
3434
- name: test

0 commit comments

Comments
 (0)