From 4c161a322f5a14a7693eb2350207659f016f515c Mon Sep 17 00:00:00 2001 From: Natalie Bunduwongse Date: Fri, 2 Jun 2023 10:04:50 +1200 Subject: [PATCH] ci: commit lint --- .github/workflows/commitlint.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/commitlint.yml diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml new file mode 100644 index 00000000..83421cee --- /dev/null +++ b/.github/workflows/commitlint.yml @@ -0,0 +1,11 @@ +name: Lint Commit Messages +on: [ pull_request ] + +jobs: + commitlint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: wagoid/commitlint-github-action@v4