Skip to content

chore: Minor improvements and version bump #25

chore: Minor improvements and version bump

chore: Minor improvements and version bump #25

Workflow file for this run

name: Lint on PR
on:
pull_request:
branches:
- main
paths:
- charts/**
workflow_dispatch:
env:
REGISTRY: ghcr.io
IMAGE_NAME: "ghcr.io/amikos-tech/chromadb-chart/chroma"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Install Helm
uses: azure/setup-helm@v1
with:
version: v4.2.0
- name: Lint chart
id: helm-lint
uses: helm/[email protected]
with:
command: lint
chart_path: charts/chromadb-chart