Skip to content

chore(release): 🚀 publish v4.0.4 #190

chore(release): 🚀 publish v4.0.4

chore(release): 🚀 publish v4.0.4 #190

Workflow file for this run

---
name: Test
on:
workflow_call:
workflow_dispatch:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Lint Chart
run: make lint
- name: Test Chart
run: make test
- name: Test Changelog Artifacthub annotation
run: |
changes=$(grep '"' traefikee/Chart.yaml | wc -l)
test $changes -gt 1