diff --git a/.github/workflows/conventionnal-commit.yml b/.github/workflows/conventionnal-commit.yml new file mode 100644 index 000000000..b5dce2e86 --- /dev/null +++ b/.github/workflows/conventionnal-commit.yml @@ -0,0 +1,12 @@ +name: Conventionnal Commit +on: pull_request +jobs: + conventional: + name: Conventional PR + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-node@v2 + - uses: beemojs/conventional-pr-action@v2 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file