Skip to content

feat(gemma-server): add enums for weights #9

feat(gemma-server): add enums for weights

feat(gemma-server): add enums for weights #9

Workflow file for this run

name: Helm Charts
on:
pull_request:
paths:
- 'fleet-charts/**'
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.17.0
- uses: actions/[email protected]
with:
python-version: '3.x'
check-latest: true
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-linting
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs fleet-charts --validate-maintainers=false --validate-yaml=false