From 26ad06e9612dce0457388a3152253732444aab30 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 3 Jul 2021 12:03:52 -0500 Subject: [PATCH] chore(ci): Add missing committed workflow --- .github/workflows/committed.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/committed.yml diff --git a/.github/workflows/committed.yml b/.github/workflows/committed.yml new file mode 100644 index 0000000..924241f --- /dev/null +++ b/.github/workflows/committed.yml @@ -0,0 +1,14 @@ +name: Lint Commits +on: [pull_request] + +jobs: + run: + name: Lint Commits + runs-on: ubuntu-latest + steps: + - name: Checkout Actions Repository + uses: actions/checkout@v2 + with: + fetch-depth: 0 + - name: Lint Commits + uses: crate-ci/committed@master