Skip to content

chore: Bump serde_json from 1.0.143 to 1.0.145 #167

chore: Bump serde_json from 1.0.143 to 1.0.145

chore: Bump serde_json from 1.0.143 to 1.0.145 #167

Workflow file for this run

name: Lint PR title
on:
pull_request:
types:
- opened
- edited
- synchronize
concurrency:
group: lint-pr-title-pr-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
lint-pr-title:
name: Lint PR title
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
chore
feat
fix