Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shijl0925 authored Jul 6, 2024
1 parent 22f9d6e commit 92f2036
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
go build -v -o main ./...
mkdir sonarqube
./main --host="https://next.sonarqube.com/sonarqube" --internal=false
- name: Rewrite code
run: |
cp -r sonarqube-gen/sonarqube ./
rm -rf sonarqube-gen/
git status
git diff

0 comments on commit 92f2036

Please sign in to comment.