Skip to content

style: update modules to follow our style guide #92

style: update modules to follow our style guide

style: update modules to follow our style guide #92

Workflow file for this run

name: Tflint
on:
pull_request:
jobs:
tflint:
runs-on: ubuntu-latest
strategy:
matrix:
path:
- account_billing_alert
- account_cloudtrail
- eks
- iam_sso
- RDSOSMetrics_loggroup
steps:
- uses: makandra/github-actions/tflint@main
with:
path: modules/${{ matrix.path }}