Merge branch 'main' into bleeding-edge

Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
Victor Seiji Hariki 2022-11-29 23:54:09 -03:00
commit e84ea7a8f4
3 changed files with 1087 additions and 1083 deletions

View file

@ -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}