Skip to content

update gardner deps to version to 1.99.1 #42

update gardner deps to version to 1.99.1

update gardner deps to version to 1.99.1 #42

Workflow file for this run

name: Pull Request Code test
on:
enh/update-gardener-199
pull_request:

Check failure on line 5 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
types: [ assigned, opened, synchronize, reopened ]
paths-ignore:
- 'docs/**'
- '**/*.md'
- 'example/**'
jobs:
checks:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
# helm cli is needed for the controller registration generation
- uses: azure/setup-helm@v4
with:
version: 'v3.14.3'
- run: make test