Skip to content

feat(Ctx): add NewContext, FromContext #13

feat(Ctx): add NewContext, FromContext

feat(Ctx): add NewContext, FromContext #13

Workflow file for this run

name: Lint PR name
on:
pull_request:
branches: master
types: [ opened, edited, synchronize, reopened ]
jobs:
lint-PR-name:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm install @commitlint/config-conventional
- uses: JulienKode/pull-request-name-linter-action@v0.5.0
with:
configuration-path: '.github/commitlint.config.js'