Skip to content

chore(.eslint-doc-generatorrc): add missing 'use strict' directive #127

chore(.eslint-doc-generatorrc): add missing 'use strict' directive

chore(.eslint-doc-generatorrc): add missing 'use strict' directive #127

Workflow file for this run

name: Pull Request Titles
on: pull_request
jobs:
conventional:
name: Conventional PR
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-node@v3
- uses: beemojs/conventional-pr-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
config-preset: conventional-changelog-conventionalcommits