We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46e233c + 377efe9 commit 7758c0cCopy full SHA for 7758c0c
.github/workflows/test.yml
@@ -54,6 +54,7 @@ jobs:
54
go build -o check-disk/check-disk.exe ./check-disk
55
go build -o check-uptime/check-uptime.exe ./check-uptime
56
go build -o check-tcp/check-tcp.exe ./check-tcp
57
+ go build -o check-file-age/check-file-age.exe ./check-file-age
58
- uses: shogo82148/actions-goveralls@v1
59
with:
60
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments