Skip to content

Merge pull request #35 from p1nkun1c0rns/dependabot/github_actions/ac… #85

Merge pull request #35 from p1nkun1c0rns/dependabot/github_actions/ac…

Merge pull request #35 from p1nkun1c0rns/dependabot/github_actions/ac… #85

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'