Skip to content

Update Terraform aws to v5 #202

Update Terraform aws to v5

Update Terraform aws to v5 #202

Workflow file for this run

---
name: ci
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: yamllint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .
config_file: .github/lint/.yamllint.yml
- name: markdownlint-cli
uses: nosborn/[email protected]
with:
files: .
config_file: .github/lint/.markdownlint.yml