Skip to content

fix: Fix IsValidMessage method adding a new exception for merge from master to the branch #149

fix: Fix IsValidMessage method adding a new exception for merge from master to the branch

fix: Fix IsValidMessage method adding a new exception for merge from master to the branch #149

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- name: Run Unit Tests
run: |
make check
check-integration:
needs: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- name: Run Integration Tests
run: |
make check-integration