Skip to content

Commit

Permalink
chore: install oc
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Dec 16, 2024
1 parent fdfa897 commit bba0cf7
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.10"
- name: Authenticate to OpenShift Linter namespace
uses: redhat-actions/oc-login@v1
with:
Expand Down

0 comments on commit bba0cf7

Please sign in to comment.