Skip to content

feat: migrate installer from Bash to Python with improved cross-platform support #20

feat: migrate installer from Bash to Python with improved cross-platform support

feat: migrate installer from Bash to Python with improved cross-platform support #20

Workflow file for this run

---
name: PR Title Lint
'on':
pull_request_target:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
validate:
name: Validate PR Title
runs-on: ubuntu-latest
if: github.event_name == 'pull_request_target'
steps:
- name: Validate PR title
uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
chore
docs
style
refactor
perf
test
build
ci
requireScope: false