Skip to content

chore(ci): create a header check workflow #14

chore(ci): create a header check workflow

chore(ci): create a header check workflow #14

Workflow file for this run

name: "pr-title-lint"
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: JulienKode/pull-request-name-linter-action@v0.5.0