Skip to content

chore(ci): bump actions/setup-go from 5.4.0 to 5.5.0 #2

chore(ci): bump actions/setup-go from 5.4.0 to 5.5.0

chore(ci): bump actions/setup-go from 5.4.0 to 5.5.0 #2

Workflow file for this run

name: Check PR Title
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
semantic-pr-title:
runs-on: ubuntu-22.04
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
types: |
feat
fix
chore
docs
style
refactor
perf
test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}