Skip to content

Commit

Permalink
chore: add oc-installer to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Jan 10, 2025
1 parent b12c403 commit 96fe915
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/lint-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install oc
uses: redhat-actions/oc-installer@v1
with:
oc_version: "4.6"
- name: Authenticate to OpenShift Linter namespace
uses: redhat-actions/oc-login@v1
with:
Expand Down

0 comments on commit 96fe915

Please sign in to comment.