Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into 124178/project-created-on-date
  • Loading branch information
TimWilde committed Mar 24, 2023
2 parents 9ff2a6c + d49c5b0 commit bb032da
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/continuous-integration-tflint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Terraform Lint

on:
pull_request:

jobs:
tflint:
name: tflint
runs-on: ubuntu-latest
defaults:
run:
working-directory: terraform
steps:
- name: Clone repo
uses: actions/checkout@v3

- name: Setup TFLint
uses: terraform-linters/setup-tflint@v3
with:
tflint_version: v0.44.1

- name: Run TFLint
run: tflint -f compact
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- .env.development

db:
image: ghcr.io/dfe-digital/trams-development-database:sql-2022
image: ghcr.io/dfe-digital/trams-development-database:latest
env_file: .env.database
ports:
- 1433:1433
- 1433:1433

0 comments on commit bb032da

Please sign in to comment.