Skip to content

Bump json5 from 2.2.1 to 2.2.3 in /test/contract #7

Bump json5 from 2.2.1 to 2.2.3 in /test/contract

Bump json5 from 2.2.1 to 2.2.3 in /test/contract #7

# This workflow checks that commits on the PR have been made against the
# conventional commits spec.
name: Conventional Commits
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: liatrio/github-actions/conventional-pr-title@master
with:
token: ${{ secrets.GITHUB_TOKEN }}