Skip to content

chore(cicd): tidying repo with cicd #9

chore(cicd): tidying repo with cicd

chore(cicd): tidying repo with cicd #9

Workflow file for this run

name: "Lint PR Title"
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
name: "Lint title"
permissions:
statuses: write
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}