Skip to content

Commit 82cf0ef

Browse files
committed
add call yaml
1 parent b867bae commit 82cf0ef

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/format_pr.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Format PR
2+
3+
on:
4+
pull_request:
5+
branches: [main]
6+
7+
jobs:
8+
format:
9+
uses: ./.github/workflows/format.yml
10+
with:
11+
frontend-directory: './frontend/web'
12+
backend-directory: './backend/genai'

0 commit comments

Comments
 (0)