Skip to content

Run unit tests in CI #2

Run unit tests in CI

Run unit tests in CI #2

name: Check Codegen
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v5
go-version-file: ./go.mod

Check failure on line 18 in .github/workflows/check-codegen.yaml

View workflow run for this annotation

GitHub Actions / Check Codegen

Invalid workflow file

The workflow is not valid. .github/workflows/check-codegen.yaml (Line: 18, Col: 7): Unexpected value 'go-version-file'
- name: Install deep-copy
run: |
go get -u github.com/globusdigital/deep-copy
go install github.com/globusdigital/deep-copy
- name: Check deepcopy
run: make check-deepcopy