Skip to content

chore(deps): update alpine/helm docker tag to v4.1.3 #20

chore(deps): update alpine/helm docker tag to v4.1.3

chore(deps): update alpine/helm docker tag to v4.1.3 #20

---
name: Test Doc Generator
# yamllint disable-line rule:truthy
on:
push:
branches: [main]
paths: [tools/doc-generator/**]
pull_request:
paths: [tools/doc-generator/**]
workflow_dispatch:
permissions: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
persist-credentials: 'false'
- name: Run tests
working-directory: tools/doc-generator
run: make test