Skip to content

chore: re-onboard metalv1 to generate GHA workflows #1

chore: re-onboard metalv1 to generate GHA workflows

chore: re-onboard metalv1 to generate GHA workflows #1

Workflow file for this run

name: Test metalv1 PR
on:
push:
paths:
- **/metalv1/**

Check failure on line 6 in .github/workflows/test-metalv1.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-metalv1.yaml

Invalid workflow file

You have an error in your yaml syntax on line 6
pull_request:
paths:
- **/metalv1/**
jobs:
test:
strategy:
matrix:
go-version: [1.19.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Verify Patches
run: make -f Makefile.metalv1 patch
- name: Generate
run: |
make -f Makefile.metalv1 generate
# Expect all changes to be accounted for
! git status --porcelain | grep .