Skip to content

Bump actions/checkout from 4.1.1 to 4.2.2 (#50) #6

Bump actions/checkout from 4.1.1 to 4.2.2 (#50)

Bump actions/checkout from 4.1.1 to 4.2.2 (#50) #6

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@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
- 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