Skip to content

Bump github.com/google/cel-go from 0.22.0 to 0.22.1 #16

Bump github.com/google/cel-go from 0.22.0 to 0.22.1

Bump github.com/google/cel-go from 0.22.0 to 0.22.1 #16

Workflow file for this run

name: Verify layouts
on:
push:
branches: ['main']
pull_request:
jobs:
verify-layouts:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Verify test standard layout
run: |
go run main.go -l layouts/layout.yml -a test-data
- name: Verify test NPM layout
run: |
go run main.go -l layouts/layout-npm.yml -a test-data-npm --substitute-parameters parameters/npm-sigstore.json