Skip to content
This repository was archived by the owner on May 3, 2025. It is now read-only.

Commit 209e145

Browse files
committed
style: reformat GitHub Actions YAML for consistency
1 parent 1a16c33 commit 209e145

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/format.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
name: AutoPretty
22

33
on:
4-
pull_request:
5-
branches:
6-
- "dev"
7-
push:
8-
branches:
9-
- "dev"
4+
pull_request:
5+
branches:
6+
- 'dev'
7+
push:
8+
branches:
9+
- 'dev'
1010

1111
jobs:
12-
prettier:
13-
runs-on: ubuntu-latest
12+
prettier:
13+
runs-on: ubuntu-latest
1414

15-
steps:
16-
- name: Checkout
17-
uses: actions/checkout@v3
18-
with:
19-
ref: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}
20-
fetch-depth: 0
15+
steps:
16+
- name: Checkout
17+
uses: actions/checkout@v3
18+
with:
19+
ref: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}
20+
fetch-depth: 0
2121

22-
- name: Prettify code
23-
uses: creyD/prettier_action@v4.3
24-
with:
25-
prettier_options: --write "**/*.{js,ts,md,json}" --config .prettierrc
26-
only_changed: False
22+
- name: Prettify code
23+
uses: creyD/prettier_action@v4.3
24+
with:
25+
prettier_options: --write "**/*.{js,ts,md,json}" --config .prettierrc
26+
only_changed: False

0 commit comments

Comments
 (0)