Skip to content

update order of condition check for github action #29

update order of condition check for github action

update order of condition check for github action #29

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:
runs-on: ubuntu-latest
steps:

Check failure on line 17 in .github/workflows/semantic-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/semantic-lint.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
- if: ${{ github.repository == 'ekristen/aws-nuke' }}
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}