mirror of
https://github.com/0xrsydn/nix-hermes-agent.git
synced 2026-08-07 00:53:52 +00:00
feat: quarantine upstream update candidates
This commit is contained in:
parent
35817ccbf4
commit
5b0336a493
15 changed files with 660 additions and 230 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -19,6 +19,10 @@ jobs:
|
|||
run: find . -name '*.nix' -not -path './_*' | xargs nix run nixpkgs#nixfmt-rfc-style -- --check
|
||||
- name: Lint (statix)
|
||||
run: nix run nixpkgs#statix -- check .
|
||||
- name: Test update impact reporter
|
||||
run: python3 -m unittest tests/test_render_update_report.py
|
||||
- name: Test updater helpers
|
||||
run: bash tests/update-common.sh
|
||||
|
||||
check:
|
||||
needs: lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue