Skip to content

feat: add flag to enable ipv6 egress rule #208

feat: add flag to enable ipv6 egress rule

feat: add flag to enable ipv6 egress rule #208

Workflow file for this run

name: PR Lint
on:
pull_request_target:
types:
- opened
- edited
- synchronize
paths:
- "**/*.tf"
- "**/*.yml"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true