attempt 3
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com> Former-commit-id: 459276fafc962d6298db9c6e1e8aa3d920714f2d
This commit is contained in:
parent
eb26b9adb6
commit
0625d4017e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/autoformat.yml
vendored
2
.github/workflows/autoformat.yml
vendored
|
@ -1,6 +1,8 @@
|
||||||
name: Prettier Autoformatting
|
name: Prettier Autoformatting
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches: [main]
|
||||||
|
types: [opened, synchronize, closed]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
prettier:
|
prettier:
|
||||||
|
|
Loading…
Reference in a new issue