We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5b3b9 commit f8b51a6Copy full SHA for f8b51a6
.github/workflows/lint.yml
@@ -21,3 +21,6 @@ jobs:
21
22
- name: Run eslint
23
run: yarn run lint
24
+
25
+ - name: Run prettier
26
+ run: yarn run prettier
0 commit comments