diff --git a/.github/workflows/git.yml b/.github/workflows/git.yml new file mode 100644 index 0000000..52c6062 --- /dev/null +++ b/.github/workflows/git.yml @@ -0,0 +1,11 @@ +name: Lint commits + +on: [pull_request] + +jobs: + lint: + name: Commit Lint + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@main + - uses: toggle-corp/commit-lint@main