File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,10 @@ jobs:
5050 file_pattern : ' api/**/*.go'
5151 commit_user_name : ' github-actions[bot]'
5252 commit_user_email : ' github-actions[bot]@users.noreply.github.com'
53- skip_dirty_check : true
53+ skip_dirty_check : false
5454 skip_fetch : true
5555 skip_checkout : true
56- disable_globbing : true
57- status_options : ' --untracked-files=no'
56+ disable_globbing : false
5857
5958 format-view :
6059 name : Format View
@@ -89,10 +88,10 @@ jobs:
8988 with :
9089 commit_message : ' style(view): format frontend code'
9190 branch : ${{ github.head_ref }}
91+ file_pattern : ' view/**'
9292 commit_user_name : ' github-actions[bot]'
9393 commit_user_email : ' github-actions[bot]@users.noreply.github.com'
94- skip_dirty_check : true
94+ skip_dirty_check : false
9595 skip_fetch : true
9696 skip_checkout : true
97- disable_globbing : true
98- status_options : ' --untracked-files=no'
97+ disable_globbing : false
You can’t perform that action at this time.
0 commit comments