Skip to content

docs: add TR-013 with spin alignment data test #2056

docs: add TR-013 with spin alignment data test

docs: add TR-013 with spin alignment data test #2056

Workflow file for this run

# cspell:ignore agilepathway commitlint kode
name: PR linting
on:
pull_request:
types:
- edited
- labeled
- opened
- reopened
- synchronize
- unlabeled
jobs:
check-labels:
name: Check labels
runs-on: ubuntu-20.04
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
any_of: |
Bug,πŸ’‘ Feature,⚠️ Interface,πŸ“ Docs,πŸ”¨ Maintenance,πŸ–±οΈ DX,πŸ“– Analysis,
πŸ“– Software,πŸ“– Theory
none_of: ❌ Won't fix,πŸ’« Good first issue
repo_token: ${{ secrets.GITHUB_TOKEN }}
check-title:
name: Check title
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Install Dependencies
run: npm install @commitlint/config-conventional
- uses: JulienKode/pull-request-name-linter-action@v0.1.2