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