Skip to content

Use hclfmt to format hashicorp HCL files. (#231) #494

Use hclfmt to format hashicorp HCL files. (#231)

Use hclfmt to format hashicorp HCL files. (#231) #494

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request: {}
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
emacs_version: [27, 28, "master"]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run linters
env:
VERSION: ${{ matrix.emacs_version }}
run: >-
make docker CMD="make lint"