docs(selfhost-ledger): record checker milestone 2g (16 codes) + 2h RS… #287
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: RSScript Review Action | |
| on: | |
| pull_request: | |
| branches: [main] | |
| push: | |
| branches: [main] | |
| jobs: | |
| smoke: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v5 | |
| - name: Install Rust | |
| uses: dtolnay/rust-toolchain@stable | |
| - name: Run review action smoke | |
| uses: ./.github/actions/rsscript-review | |
| with: | |
| head: examples/packages/code-agent | |
| grants: examples/demos/s3-iam-reir/expected/prod-grants.reir.json | |
| target: prod | |
| post-comment: false | |
| fail-on-missing: false |