chore(release): v3.31.0 (#1755) #6759
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: Assay Gate | |
| on: [push, pull_request] | |
| jobs: | |
| assay: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| steps: | |
| - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 | |
| with: | |
| persist-credentials: false | |
| - name: Setup Assay | |
| uses: ./assay-action | |
| with: | |
| version: v2.12.0 | |
| - name: Run Assay CI | |
| run: assay ci --config ci-eval.yaml --trace-file traces/ci.jsonl --strict |