Skip to content

chore(tf): move spot definitions to terratest #495

chore(tf): move spot definitions to terratest

chore(tf): move spot definitions to terratest #495

Workflow file for this run

---
name: Lint
on:
push:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3
- name: Install tooling required for pre-commit
run: |
for tool in actionlint shellcheck terraform tflint ; do
asdf plugin add "${tool}"
asdf install "${tool}"
done
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
with:
extra_args: --all-files --verbose