fix(ci): restore working trunk config on main #695
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: cargo-deny | |
| # AgilePlus: agileplus/003-helios-portage-completion/spec.md (WP02) | |
| # Helios hard-fork: run deny against the root harness workspace deny.toml | |
| # (allow-git includes rich-cli-kit for kla/harness_recorder). Prefer the | |
| # in-repo EmbarkStudios action over the phenotype reusable until that | |
| # workflow is confirmed green for this fork. | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| cargo-deny: | |
| name: cargo deny | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 10 | |
| steps: | |
| - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| - uses: EmbarkStudios/cargo-deny-action@3c6349835b2b7b196a839186cb8b78e02f7b5f25 # v2 |