Skip to content

Update mediawiki chart.lock file #155

Update mediawiki chart.lock file

Update mediawiki chart.lock file #155

Workflow file for this run

name: Lint Charts
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Fetch history
run: git fetch --prune --unshallow
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (lint)
run: ct lint --config .github/ct-lint.yaml