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.
1 parent 8cf10d1 commit 377efe9Copy full SHA for 377efe9
.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