Skip to content

ci: Bump pre-commit/action from 3.0.0 to 3.0.1 #202

ci: Bump pre-commit/action from 3.0.0 to 3.0.1

ci: Bump pre-commit/action from 3.0.0 to 3.0.1 #202

Workflow file for this run

name: "Lint PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
workflow_dispatch:
concurrency:
group: semantic-pr-title-${{ github.head_ref }}
cancel-in-progress: true
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}