Skip to content

Align files (#104)

Align files (#104) #86

name: check generated yamls
on:
pull_request:
branches:
- main
paths-ignore:
- '**.md'
jobs:
check:

Check failure on line 11 in .github/workflows/check_generated.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/check_generated.yaml

Invalid workflow file

You have an error in your yaml syntax on line 11
if: !contains(github.event.pull_request.labels.*.name, 'skip-ci')
runs-on: ubuntu-latest
steps:
- name: generate manifests
run: make all
- name: check no change
run: git diff --quiet --exit-code && [ -z "$(git status --porcelain)" ]