Skip to content

Commit 90148ef

Browse files
committed
turn on formatter in PR
1 parent 21d28c9 commit 90148ef

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/Format.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name: "Format Checking"
22

33
on:
4+
push:
5+
tags:
6+
- '*'
7+
branches:
8+
- 'main'
9+
pull_request:
10+
branches:
11+
- 'main'
12+
413
workflow_call:
514
inputs:
615
directory:

0 commit comments

Comments
 (0)