Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Bump opencv from 0.88.8 to 0.91.1 in /backend #1633

Bump opencv from 0.88.8 to 0.91.1 in /backend

Bump opencv from 0.88.8 to 0.91.1 in /backend #1633

Workflow file for this run

name: Helm
on:
push:
pull_request:
jobs:
lint:
# Deduplicate jobs from pull requests and branch pushes within the same repo.
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup Helm
uses: azure/[email protected]
- name: Setup chart-testing
uses: helm/[email protected]
- name: Install chart dependencies
run: |
helm repo add grafana https://grafana.github.io/helm-charts
helm repo add keda https://kedacore.github.io/charts
helm repo add opa https://open-policy-agent.github.io/kube-mgmt/charts
helm repo add prometheus https://prometheus-community.github.io/helm-charts
- name: Lint
run: >
ct
lint
--target-branch=${{ github.event.repository.default_branch }}
--validate-maintainers=false