Skip to content

chore: bump go to 1.22.4 #384

chore: bump go to 1.22.4

chore: bump go to 1.22.4 #384

# SPDX-License-Identifier: MIT
name: "lint Pull Request title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}