diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..c002983 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,17 @@ +name: CI + +on: + pull_request: + branches: [develop] + types: [opened, edited, synchronize] + +jobs: + check-for-cc: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + + - name: check-for-cc + id: check-for-cc + uses: agenthunt/conventional-commit-checker-action@v1.0.0