Skip to content

chore: Bump lint-staged from 14.0.1 to 15.0.1 #136

chore: Bump lint-staged from 14.0.1 to 15.0.1

chore: Bump lint-staged from 14.0.1 to 15.0.1 #136

Workflow file for this run

name: Conventional Commits
on:
pull_request:
jobs:
lint:
name: https://www.conventionalcommits.org
runs-on: ubuntu-latest
steps:
- uses: beemojs/conventional-pr-action@v2
with:
config-preset: angular
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}