Skip to content

build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.5.4 #277

build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.5.4

build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.5.4 #277

Workflow file for this run

name: PR Validation
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
permissions:
contents: read # for checkout
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}