Skip to content

Commit be2db6f

Browse files
authored
Validate catalog on PR
1 parent 7c3e597 commit be2db6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-verify-on-PR.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
file: cool-catalog.Dockerfile
3737
context: .
3838

39-
verify:
39+
validate:
4040
runs-on: quay.io/operator-framework/opm:latest
4141
steps:
4242
- uses: actions/checkout@v2
43-
- run: opm verify $GITHUB_WORKSPACE
43+
- run: opm validate $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)