Skip to content

fix(commit-lint): Fix IsValidMessage method to skip commit lint when … #144

fix(commit-lint): Fix IsValidMessage method to skip commit lint when …

fix(commit-lint): Fix IsValidMessage method to skip commit lint when … #144

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