hashFiles.yaml
All checks were successful
/ job3 (push) Has been skipped
/ job2 (push) Successful in 6s
/ job1 (push) Successful in 8s
/ hashFiles (push) Successful in 7s
/ go-hashfiles (push) Successful in 22s

This commit is contained in:
严浩
2024-10-14 11:25:00 +08:00
parent 753ece7285
commit 56621f5817
2 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,7 @@ jobs:
go-hashfiles: # https://gitea.com/actions/go-hashfiles
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
# Setup the Go environment. This step can be skipped if Go has been installed.
- uses: actions/setup-go@v3
with:

7
renovate.json Normal file
View File

@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5"
],
"dependencyDashboard": false
}