Skip to content

docs(General): Add JSDoc on all exported functions and types #93

docs(General): Add JSDoc on all exported functions and types

docs(General): Add JSDoc on all exported functions and types #93

Workflow file for this run

name: Naming Conventions
on:
pull_request:
types: [opened, edited, synchronize]
branches:
- develop
jobs:
naming:
name: Naming Conventions
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
ci
docs
chore
requireScope: true