Skip to content

chore(deps): bump next from 14.2.20 to 14.2.21 in app #6441

chore(deps): bump next from 14.2.20 to 14.2.21 in app

chore(deps): bump next from 14.2.20 to 14.2.21 in app #6441

Workflow file for this run

name: Lint Helm Chart
on:
push:
branches-ignore:
- main
jobs:
make-lint-chart:
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:
openshift_server_url: ${{ secrets.OPENSHIFT_SERVER }}
openshift_token: ${{ secrets.OPENSHIFT_LINTER_TOKEN }}
insecure_skip_tls_verify: true
- run: make lint_chart