Skip to content

Add copyright headers / Add verification for generated code pieces / Update to Go 1.20 / Update Shipwright dependency #4

Add copyright headers / Add verification for generated code pieces / Update to Go 1.20 / Update Shipwright dependency

Add copyright headers / Add verification for generated code pieces / Update to Go 1.20 / Update Shipwright dependency #4

Workflow file for this run

name: verify
on:
push:
tags-ignore:
- '**'
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
verify:
name: verify-generate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- name: Run verify-generate
run: |
make verify-generate