Skip to content

docs: improve README wording and clarity #212

docs: improve README wording and clarity

docs: improve README wording and clarity #212

Workflow file for this run

name: CI
"on":
push:
branches: [main]
paths:
- "**.tf"
- "files/**"
- "gitops/**"
- ".github/workflows/**"
- ".tflint.hcl"
- ".terraform-docs.yml"
- "README.md"
- "CHANGELOG.md"
- "AGENTS.md"
- "Justfile"
- "renovate.json"
pull_request:
branches: [main]
paths:
- "**.tf"
- "files/**"
- "gitops/**"
- ".github/workflows/**"
- ".tflint.hcl"
- ".terraform-docs.yml"
- "README.md"
- "CHANGELOG.md"
- "AGENTS.md"
- "Justfile"
- "renovate.json"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: write
security-events: write
jobs:
terraform:
uses: mbologna/.github/.github/workflows/terraform-ci.yml@bc67bfd693eafaf8371ae6ba2626e1f977ab3311 # main

Check failure on line 43 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci.yml" -> "mbologna/.github/.github/workflows/terraform-ci.yml@bc67bfd693eafaf8371ae6ba2626e1f977ab3311" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
terraform_version: "~> 1.9"
opentofu_version: "1.9.1"
enable_terraform_docs: true
enable_shellcheck: true
shellcheck_files: >-
files/lib/bootstrap-ubuntu.sh
files/lib/bootstrap-opensuse.sh
files/lib/common.sh
files/lib/k3s-server.sh
files/lib/k3s-bootstrap.sh
files/lib/k3s-secrets.sh
files/lib/k3s-cert-manager.sh
files/lib/k3s-external-secrets.sh
files/lib/k3s-argocd.sh
files/lib/k3s-agent.sh
scripts/clean-oci-resources.sh
example_dir: example
secrets: inherit