Skip to content

Refactor/folders

Refactor/folders #3

Workflow file for this run

name: Lint Commits
on: [pull_request]
jobs:
lint-commits:
name: Lint Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v4