Skip to content

fix: Update actions to use actions with versions with node20 #152

fix: Update actions to use actions with versions with node20

fix: Update actions to use actions with versions with node20 #152

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 }}