Skip to content

chore(deps): update docker.io/busybox docker tag to v1.37.0 #187

chore(deps): update docker.io/busybox docker tag to v1.37.0

chore(deps): update docker.io/busybox docker tag to v1.37.0 #187

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