Skip to content

feat: added the terraform zsh completion script #28

feat: added the terraform zsh completion script

feat: added the terraform zsh completion script #28

Workflow file for this run

name: Linting workflow
on:
push:
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v5
- name: Run cspell
uses: streetsidesoftware/cspell-action@v7
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v20