From 5c3adaa6243df292366ccbce2691b5899a12662c Mon Sep 17 00:00:00 2001 From: max Date: Tue, 18 Feb 2025 15:44:47 -0500 Subject: [PATCH] feat: tf lint --- .github/workflows/check.yml | 14 ++++++++++++++ README.md | 4 +++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/check.yml diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml new file mode 100644 index 0000000..a773ae9 --- /dev/null +++ b/.github/workflows/check.yml @@ -0,0 +1,14 @@ +name: ⭐ Quality Assurance + +on: [push, pull_request] + +jobs: + tf-lint: + name: Terraform Lint + runs-on: ubuntu-latest + steps: + - name: Checkout Code + uses: actions/checkout@main + + - name: Run Linter + uses: actionshub/terraform-lint@main \ No newline at end of file diff --git a/README.md b/README.md index 75f4bf0..cb118cc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # proxy -How all other applications interact with the web. \ No newline at end of file +How all other applications interact with the web. + +s \ No newline at end of file