Skip to content

Change nft header #2205

Change nft header

Change nft header #2205

Workflow file for this run

name: Check PR title
on:
pull_request_target:
types:
- opened
- reopened
- edited
jobs:
lint:
runs-on: ubuntu-cpu16-ram64
steps:
- uses: aslafy-z/conventional-pr-title-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}