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