Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Sep 13, 2022
1 parent e497927 commit 02d6118
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push-to-another.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- '*'


jobs:
lint:
runs-on: ubuntu-latest
Expand All @@ -15,6 +16,11 @@ jobs:
with:
fetch-depth: 0

- name: Setup go
uses: actions/setup-go@v3
with:
go-version: '^1.19'

- name: bundle
run: VERSION=0.0.3 make bundle.redhat-certified

Expand Down

0 comments on commit 02d6118

Please sign in to comment.