We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b447db commit 7b0e2cdCopy full SHA for 7b0e2cd
.github/workflows/prettier.yml
@@ -1,12 +1,10 @@
1
# This is a basic workflow to help you get started with Actions
2
3
-name: CI
+name: Run Prettier
4
5
# Controls when the action will run. Triggers the workflow on push or pull request
6
# events but only for the master branch
7
on:
8
- push:
9
- branches: [ master ]
10
pull_request:
11
branches: [ master ]
12
0 commit comments