Skip to content

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

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 #1

Workflow file for this run

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