Skip to content

chore(sturdy): Update to version 0.5.0 #80

chore(sturdy): Update to version 0.5.0

chore(sturdy): Update to version 0.5.0 #80

name: Semantic PR
on: [pull_request]
permissions:
pull-requests: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@e9fabac35e210fea40ca5b14c0da95a099eff26f # v5.4.0
with:
types: |
feat
fix
docs
style
refactor
test
ci
chore
validateSingleCommit: true
env:
GITHUB_TOKEN: ${{ github.token }}