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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "main"
|
||||
pull_request:
|
||||
branches: [main]
|
||||
types: [opened, synchronize, closed]
|
||||
|
@ -13,4 +16,5 @@ jobs:
|
|||
- name: Prettify
|
||||
uses: creyD/prettier_action@v4.2
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
prettier_options: --write **/*.{js,html,css,md}
|
Loading…
Reference in a new issue