Skip to content

build(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.0.1 #154

build(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.0.1

build(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.0.1 #154

Workflow file for this run

name: 'Lint PR'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
if: github.event.pull_request.user.login != 'github-actions[bot]' && !contains(github.event.pull_request.user.login, 'bot')
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}