Skip to content

fix: do nothing for an empty array in w3c actions #150

fix: do nothing for an empty array in w3c actions

fix: do nothing for an empty array in w3c actions #150

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@v3
with:
config-preset: angular
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}