Skip to content

this should fix the build #5

this should fix the build

this should fix the build #5

Workflow file for this run

name: terraform-lint
on: [push, pull_request]
jobs:
delivery:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@main
- name: Lint Terraform
uses: actionshub/terraform-lint@main
continue-on-error: true