Merge branch 'main' into bleeding-edge
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
commit
e84ea7a8f4
3 changed files with 1087 additions and 1083 deletions
|
@ -1,5 +1,8 @@
|
||||||
name: Prettier Autoformatting
|
name: Prettier Autoformatting
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "main"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
types: [opened, synchronize, closed]
|
types: [opened, synchronize, closed]
|
||||||
|
@ -13,4 +16,5 @@ jobs:
|
||||||
- name: Prettify
|
- name: Prettify
|
||||||
uses: creyD/prettier_action@v4.2
|
uses: creyD/prettier_action@v4.2
|
||||||
with:
|
with:
|
||||||
|
ref: ${{ github.head_ref }}
|
||||||
prettier_options: --write **/*.{js,html,css,md}
|
prettier_options: --write **/*.{js,html,css,md}
|
Loading…
Reference in a new issue