File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 5
5
pull_request :
6
6
push :
7
7
branches :
8
- - master
9
- - dev
10
- - photon-style
11
- - proton-style
8
+ - master
9
+ - dev
10
+ - photon-style
11
+ - proton-style
12
12
13
13
jobs :
14
14
prettier :
15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - name : Checkout
19
- uses : actions/checkout@v2
20
- with :
21
- # Make sure the actual branch is checked out when running on pull requests
22
- ref : ${{ github.head_ref }}
18
+ - name : Checkout
19
+ uses : actions/checkout@v2
20
+ with :
21
+ # Make sure the actual branch is checked out when running on pull requests
22
+ ref : ${{ github.head_ref }}
23
23
24
- - name : Prettify code
25
-
26
- with :
27
- # This part is also where you can pass other options, for example:
28
- prettier_options : --write .
29
- env :
30
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
24
+ - name : Prettify code
25
+
26
+ with :
27
+ # This part is also where you can pass other options, for example:
28
+ prettier_options : --write .
29
+ env :
30
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments