We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69994dc commit 6a2c9c9Copy full SHA for 6a2c9c9
2 files changed
.github/workflows/ci.yml
@@ -45,6 +45,7 @@ jobs:
45
- run: nix build
46
47
gomod2nix:
48
+ if: github.event_name == 'pull_request'
49
runs-on: ubuntu-latest
50
steps:
51
- uses: actions/checkout@v6
@@ -56,3 +57,17 @@ jobs:
56
57
58
- run: go tool gomod2nix
59
- run: git diff --exit-code gomod2nix.toml
60
+
61
+ clean:
62
63
+ runs-on: ubuntu-latest
64
+ steps:
65
+ - uses: actions/checkout@v6
66
67
+ - uses: actions/setup-go@v6
68
+ with:
69
+ go-version-file: go.mod
70
+ cache-dependency-path: go.sum
71
72
+ - run: make pkg/renovate/zz_generated.schema.go
73
+ - run: git diff --exit-code
0 commit comments