Skip to content

Plan for nested/JSON-style accessors in non-DSL verbs #874

Plan for nested/JSON-style accessors in non-DSL verbs

Plan for nested/JSON-style accessors in non-DSL verbs #874

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