infrastructure/ci/lint-tf.sh
2024-02-22 14:20:14 -08:00

4 lines
46 B
Bash

#!/usr/bin/env bash
set -eu
exec tflint "$@"