Skip to content

Merge pull request #3 from kabisa/fix/update-nodejs-version #19

Merge pull request #3 from kabisa/fix/update-nodejs-version

Merge pull request #3 from kabisa/fix/update-nodejs-version #19

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-terraform:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-terraform@v2
- name: Lint Terraform code
run: terraform fmt -check
lint-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint documentation
uses: terraform-docs/gh-actions@v1.0.0
with:
working-dir: .
fail-on-diff: true