Skip to content

remove breaking github actions #26

remove breaking github actions

remove breaking github actions #26

Workflow file for this run

name: commit-lint
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
pull-requests: read
jobs:
commit-lint:
name: commit-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
if: ${{ github.repository == 'ekristen/aws-nuke' }}
- uses: wagoid/commitlint-github-action@v6
if: ${{ github.repository == 'ekristen/aws-nuke' }}