Skip to content

feat: Assignment long read support with pbmm2 #517

feat: Assignment long read support with pbmm2

feat: Assignment long read support with pbmm2 #517

---
name: "Lint PR"
on: # yamllint disable-line rule:truthy
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}