Skip to content

remove breaking github actions #43

remove breaking github actions

remove breaking github actions #43

Workflow file for this run

# name: semantic-lint
# on:
# pull_request_target:
# types:
# - opened
# - edited
# - synchronize
# permissions:
# contents: read
# pull-requests: read
# jobs:
# semantic-lint:
# if: github.repository == 'ekristen/aws-nuke'
# runs-on: ubuntu-latest
# steps:
# - uses: amannn/action-semantic-pull-request@v5
# env:
## GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}