tutor-credentials/linter.sh
2022-05-14 12:59:11 -05:00

12 lines
343 B
Bash
Executable File

#!/bin/sh
#------------------------------------------------------------------------------
# written by: mcdaniel
# https://lawrencemcdaniel.com
#
# date: mar-2022
#
# usage: Runs terraform fmt -recursive
#------------------------------------------------------------------------------
pre-commit run --all-files