Skip to content

Commit

Permalink
Merge pull request #52 from wallrj/github-actions
Browse files Browse the repository at this point in the history
Run make bundle-validate on PRs and merge to master
  • Loading branch information
wallrj committed Feb 15, 2022
2 parents 65f7efc + 0aa06d6 commit 2cfbda4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![lint](https://github.com/jetstack/cert-manager-olm/actions/workflows/lint.yaml/badge.svg)](https://github.com/jetstack/cert-manager-olm/actions/workflows/lint.yaml)

# cert-manager packages for OLM

This repository contains scripts and files that are used to package cert-manager for Red Hat's [Operator Lifecycle Manager (OLM)][].
Expand Down

0 comments on commit 2cfbda4

Please sign in to comment.