Skip to content

Update to the latest CRC versions and add an OpenShift 4.17 option #137

Update to the latest CRC versions and add an OpenShift 4.17 option

Update to the latest CRC versions and add an OpenShift 4.17 option #137

Workflow file for this run

# Run static checks
name: lint
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
bundle-validate:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: make bundle-validate