We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1bf9ea commit ee87a83Copy full SHA for ee87a83
.github/workflows/lint.yml
@@ -31,6 +31,7 @@ jobs:
31
uses: wearerequired/lint-action@v1
32
with:
33
eslint: true
34
+ prettier: true
35
36
# Flow is not supported by lint-action, so we run it raw
37
- name: Run Flow
0 commit comments