Skip to content

chore(deps): bump hyper from 1.8.1 to 1.9.0 in /pkg/data_cache #1060

chore(deps): bump hyper from 1.8.1 to 1.9.0 in /pkg/data_cache

chore(deps): bump hyper from 1.8.1 to 1.9.0 in /pkg/data_cache #1060

name: Code Quality Checks
on:
push:
pull_request:
jobs:
code-quality:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Check KubeLinter
run: make lint-manifests
- name: Check Helm Charts
run: make helm-lint TARGET_BRANCH=${{ github.event.pull_request.base.ref || github.event.repository.default_branch || 'master' }}