Skip to content

fix: Add CodeRabbit configuration file #72

fix: Add CodeRabbit configuration file

fix: Add CodeRabbit configuration file #72

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Continous integration
on:
pull_request:
branches: [ develop ]
jobs:
pr-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: git fetch --unshallow --tags
- name: Check commit
if: always()
uses: oat-sa/conventional-commit-action@v0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}