Skip to content

Commit

Permalink
packages/generate: update contrast-docs
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Apr 5, 2024
1 parent 56adc35 commit 1605bdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
- name: Check for modifications, commit changes on renovate PRs
uses: ./.github/actions/pushdiff
with:
error: Go source needs to be updated, check the GitHub run summary for the diff.
suggested-fix: Run \`nix run .#scripts.generate\` to generate and tidy Go code.
renovate-commit-msg: "fixup: update Go source"
error: Generated code needs to be updated, check the GitHub run summary for the diff.
suggested-fix: Run \`nix run .#scripts.generate\` to run code generation.
renovate-commit-msg: "fixup: update generated code"

govulncheck:
runs-on: ubuntu-22.04
Expand Down
3 changes: 3 additions & 0 deletions packages/scripts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ with pkgs;
# of the builder.
nix-update --version=skip --flake legacyPackages.x86_64-linux.contrast.cli
nix-update --version=skip --flake legacyPackages.x86_64-linux.service-mesh
nix-update --version=skip --flake \
--override-filename=packages/by-name/contrast-docs/package.nix \
legacyPackages.x86_64-linux.contrast-docs
'';
};

Expand Down

0 comments on commit 1605bdd

Please sign in to comment.