File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 92
92
FLUX_WEBHOOK_URL : ${{ secrets.FLUX_WEBHOOK_URL }}
93
93
run : |
94
94
curl --disable --silent --show-error --location --max-time 30 --header "X-Signature: sha1=$(printf "{}" | openssl dgst -sha1 -r -hmac "${FLUX_TOKEN}"| awk '{print $1}')" --data "{}" "${FLUX_WEBHOOK_URL}"
95
- - name : GoReport
96
- run : |
97
- curl --disable --silent --show-error --location --max-time 30 -X POST https://goreportcard.com/checks?repo=github.com/${GITHUB_REPOSITORY}
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build] ( https://github.com/ViBiOh/goweb/workflows/Build/badge.svg )] ( https://github.com/ViBiOh/goweb/actions )
4
4
[ ![ codecov] ( https://codecov.io/gh/ViBiOh/goweb/branch/main/graph/badge.svg )] ( https://codecov.io/gh/ViBiOh/goweb )
5
- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/ViBiOh/goweb )] ( https://goreportcard.com/report/github.com/ViBiOh/goweb )
6
5
[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=ViBiOh_goweb&metric=alert_status )] ( https://sonarcloud.io/dashboard?id=ViBiOh_goweb )
7
6
8
7
## Getting started
You can’t perform that action at this time.
0 commit comments