Plan for nested/JSON-style accessors in non-DSL verbs #874
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: 🧪 Snap Builds | |
| on: | |
| push: | |
| branches: '*' | |
| pull_request: | |
| branches: '*' | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v7.0.0 | |
| # Context for pin: https://github.com/johnkerl/miller/pull/2119 | |
| - uses: snapcore/action-build@edf78ca622b1eb99b69f09420bb19f77e4f84ac1 | |
| id: build | |
| - uses: diddlesnaps/snapcraft-review-action@v1 | |
| with: | |
| snap: ${{ steps.build.outputs.snap }} | |
| isClassic: 'false' | |
| # Plugs and Slots declarations to override default denial (requires store assertion to publish) | |
| # plugs: ./plug-declaration.json | |
| # slots: ./slot-declaration.json |