Skip to content

fix: disable gha test #356

fix: disable gha test

fix: disable gha test #356

Workflow file for this run

name: LintPR

Check failure on line 1 in .github/workflows/prLint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/prLint.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
run: echo ${{ github.actor }}
steps:
name: semantic pr
if: ${{ github.actor != 'dependabot[bot]' }}
uses: amannn/action-semantic-pull-request@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}