Skip to content

Bump actionshub/markdownlint from 3.1.3 to 3.1.4 #84

Bump actionshub/markdownlint from 3.1.3 to 3.1.4

Bump actionshub/markdownlint from 3.1.3 to 3.1.4 #84

Workflow file for this run

---
name: ci
# yamllint disable-line rule:truthy
on: push
jobs:
ci:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 🔩 Install dependencys
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: 🔩 Setup helmchart lint
uses: helm/chart-testing-action@main
- name: 🚀 Run yamllint
uses: frenck/action-yamllint@v1
- name: 🚀 Run markdownlint
uses: actionshub/[email protected]
- name: 🚀 Run helmchart lint
run: ct lint --all --config ./.github/ct.yaml
- name: 📝Generate helm-chart documentation
run: .github/scripts/helm-docs.sh
- name: ⤴️ Commit automatically generated documentation
uses: EndBug/add-and-commit@v9
with:
message: add automatically generated documentation
committer_name: GitHub Actions
committer_email: [email protected]
add: '*.md'