Skip to content

fix: grant execution permissions on build binary #13

fix: grant execution permissions on build binary

fix: grant execution permissions on build binary #13

Workflow file for this run

name: PR test
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- edited
jobs:
validate-pr-title:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/PRConventionalCommits@b7be9213c4fa33260646db6c9b905332dc90b310 # 1.1.0
with:
task_types: '["build", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test", "chore"]'
add_label: 'true'