Skip to content

Commit 772e324

Browse files
committed
chore(ci): add format
1 parent 5857a29 commit 772e324

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/format.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Format
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- main
8+
9+
jobs:
10+
prettier:
11+
if: github.repository_owner == 'bombshell-dev'
12+
uses: bombshell-dev/automation/.github/workflows/format.yml@main
13+
secrets: inherit

0 commit comments

Comments
 (0)