Skip to content

feat: configure dependabot to follow semver #10

feat: configure dependabot to follow semver

feat: configure dependabot to follow semver #10

Workflow file for this run

name: Lint and Test Charts
on:
- push
- pull_request
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]