Skip to content

build(deps): Bump com.puppycrawl.tools:checkstyle from 10.17.0 to 10.18.1 #121

build(deps): Bump com.puppycrawl.tools:checkstyle from 10.17.0 to 10.18.1

build(deps): Bump com.puppycrawl.tools:checkstyle from 10.17.0 to 10.18.1 #121

Workflow file for this run

# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: 'Lint PR'
on:
pull_request_target:
types: [opened, edited, synchronize]
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: | # mirrors changelog-sections in the /release-please-config.json
feat
fix
chore
perf
docs
build
deps
ci
refactor
style
test