From 20bc7e1390d1e342626231c45557ddb015cafa9e Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Thu, 27 Jul 2023 14:44:38 -0700 Subject: [PATCH] chore(ci): add commitlint workflow --- .github/workflows/commitlint.yml | 14 ++++++++++++++ 1 file changed, 14 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 0000000000..0e945786ed --- /dev/null +++ b/.github/workflows/commitlint.yml @@ -0,0 +1,14 @@ +name: Validate Commit Messages +on: [pull_request] + +permissions: + contents: read + +jobs: + commitlint: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 + - name: Run commitlint + uses: wagoid/commitlint-github-action@6319f54d83768b60acd6fd60e61007ccc583e62f #v5