Skip to content

docs: add running the app locally section #46

docs: add running the app locally section

docs: add running the app locally section #46

name: Conventional Commits
on:
push:
branches:
- "main"
- "alpha"
pull_request:
branches:
- "main"
- "alpha"
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gentleseal/action-conventional-commits@master
with:
valid-commit-types: >
[
"chore",
"fix",
"feat",
"BREAKING CHANGE",
"docs",
"refactor",
"test",
"ci",
"revert",
"merge"
]