Skip to content

chore(ci): add @actions for local GH actions #6

chore(ci): add @actions for local GH actions

chore(ci): add @actions for local GH actions #6

Workflow file for this run

name: "Lint PR"
on:
pull_request:
branches: [main]
jobs:
lint-pr:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
types: |
feat
fix
chore
revert
requireScope: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}