Skip to content

🔒 bump flatted from 3.3.3 to 3.4.2 #126

🔒 bump flatted from 3.3.3 to 3.4.2

🔒 bump flatted from 3.3.3 to 3.4.2 #126

Workflow file for this run

name: CommitLint
on:
pull_request:
branches: [main]
types: [opened, edited, reopened, synchronize]
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name}}
jobs:
commitlint:
name: CommitLint
runs-on: ubuntu-latest
steps:
- uses: haliphax/narf/.github@main
- name: Lint pull request title
env:
PR_TITLE: ${{ github.event.pull_request.title }}
run: echo "$PR_TITLE" | npx commitlint