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 7c3e597 commit be2db6fCopy full SHA for be2db6f
1 file changed
.github/workflows/build-verify-on-PR.yml
@@ -36,8 +36,8 @@ jobs:
36
file: cool-catalog.Dockerfile
37
context: .
38
39
- verify:
+ validate:
40
runs-on: quay.io/operator-framework/opm:latest
41
steps:
42
- uses: actions/checkout@v2
43
- - run: opm verify $GITHUB_WORKSPACE
+ - run: opm validate $GITHUB_WORKSPACE
0 commit comments