Skip to content

Commit

Permalink
Fix CI chatops format workflow (#2007)
Browse files Browse the repository at this point in the history
* 💚 fix chatops format workflow

Signed-off-by: vankichi <[email protected]>

* Apply suggestions from code review

Co-authored-by: Kevin Diu <[email protected]>

---------

Signed-off-by: vankichi <[email protected]>
Co-authored-by: Yusuke Kato <[email protected]>
Co-authored-by: Kevin Diu <[email protected]>
  • Loading branch information
3 people authored Apr 13, 2023
1 parent 6ec9174 commit e8d40c4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/chatops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,16 +471,9 @@ jobs:
git checkout ${HEAD_BRANCH}
echo "Install format dependencies"
make golines/install gofumpt/install goimports/install strictgoimports/install
sudo make prettier/install
echo "Update license headers and format go codes/yaml"
make format/go
make format/yaml
make license
sudo make format
git checkout go.mod go.sum
Expand Down

0 comments on commit e8d40c4

Please sign in to comment.