We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f0e6c commit fff5e6cCopy full SHA for fff5e6c
.github/workflows/actions.yml
@@ -22,7 +22,7 @@ jobs:
22
id: go
23
- name: Compare
24
run: |
25
- go run specification/build/build.go -file specification/haproxy-spec.yaml > specification/build/haproxy_spec_to_compare.yaml
+ go run cmd/specification/*.go -file specification/haproxy-spec.yaml > specification/build/haproxy_spec_to_compare.yaml
26
diff -u specification/build/haproxy_spec_to_compare.yaml specification/build/haproxy_spec.yaml
27
- name: YAML script validation
28
0 commit comments