Skip to content

Commit 8704e3f

Browse files
committed
CI: Add prettier step
1 parent 68e145a commit 8704e3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ jobs:
1717
- name: Install dependencies
1818
run: yarn install --frozen-lockfile
1919

20+
- name: Run prettier
21+
run: yarn prettier -c src test package.json tsconfig.json tsfmt.json jest.config.js .github/workflows/*.yml
22+
2023
- name: Build and test frontend
2124
run: yarn build

0 commit comments

Comments
 (0)