Skip to content

Commit 5345e70

Browse files
committed
Clean: workflow format #182
1 parent e74ddc3 commit 5345e70

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/format.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ on:
55
pull_request:
66
push:
77
branches:
8-
- master
9-
- dev
10-
- photon-style
11-
- proton-style
8+
- master
9+
- dev
10+
- photon-style
11+
- proton-style
1212

1313
jobs:
1414
prettier:
1515
runs-on: ubuntu-latest
1616

1717
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 }}
2323

24-
- name: Prettify code
25-
uses: creyD/[email protected]
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+
uses: creyD/[email protected]
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 }}

0 commit comments

Comments
 (0)