From 82876a42601bec9b5da9bf698ecdc84be403ff12 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 7 Oct 2021 13:54:17 -0400 Subject: [PATCH] build: use the organization commitlint check --- .github/workflows/commitlint.yml | 10 ++++++++++ 1 file changed, 10 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..e2b06615 --- /dev/null +++ b/.github/workflows/commitlint.yml @@ -0,0 +1,10 @@ +# Run commitlint on the commit messages in a pull request. + +name: Lint Commit Messages + +on: + - pull_request + +jobs: + commitlint: + uses: edx/.github/.github/workflows/commitlint.yml@master