Skip to content

build(deps): bump @types/jest from 29.2.0 to 29.5.4 #346

build(deps): bump @types/jest from 29.2.0 to 29.5.4

build(deps): bump @types/jest from 29.2.0 to 29.5.4 #346

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 }}