From c5f28bacd2e92f6fe02191d3e63507b94ca61c9f Mon Sep 17 00:00:00 2001 From: Kieran Klaassen Date: Mon, 7 Oct 2019 16:17:58 -0500 Subject: [PATCH] Update and rename main.yml to commitlint.yml --- .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 00000000000..754e73828c4 --- /dev/null +++ b/.github/workflows/commitlint.yml @@ -0,0 +1,11 @@ +name: Commitlint +on: [pull_request] + +jobs: + lint: + runs-on: ubuntu-latest + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + steps: + - uses: actions/checkout@v1 + - uses: wagoid/commitlint-github-action@v1.1.0