ci(clang-format): Update to clang-format v19 (and the corresponding yscope-dev-utils) and apply the corresponding formatting changes (fixes #71). #74
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "pr-title-checks" | |
on: | |
pull_request_target: | |
types: ["edited", "opened", "reopened"] | |
branches: ["main"] | |
permissions: | |
pull-requests: "read" | |
concurrency: | |
group: "${{github.workflow}}-${{github.ref}}" | |
# Cancel in-progress jobs for efficiency | |
cancel-in-progress: true | |
jobs: | |
conventional-commits: | |
runs-on: "ubuntu-latest" | |
steps: | |
- uses: "amannn/action-semantic-pull-request@v5" | |
env: | |
GITHUB_TOKEN: "${{secrets.GITHUB_TOKEN}}" |