From 43b3f630820b87507a9fc9dd684e3ce0147fcc4d Mon Sep 17 00:00:00 2001 From: Alex Viscreanu Date: Sun, 16 Feb 2020 23:10:04 +0100 Subject: [PATCH] feat(ci): Add commitsar GitHub action --- .github/workflows/pr.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/pr.yml diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml new file mode 100644 index 0000000..2a64815 --- /dev/null +++ b/.github/workflows/pr.yml @@ -0,0 +1,11 @@ +name: Pull request +on: pull_request + +jobs: + commitsar: + runs-on: ubuntu-latest + name: Verify commit messages + steps: + - uses: actions/checkout@v1 + - name: Run commitsar + uses: docker://commitsar/commitsar