Skip to content

fix(renovate.json): #195 update with semantic commits (type: chore) #444

fix(renovate.json): #195 update with semantic commits (type: chore)

fix(renovate.json): #195 update with semantic commits (type: chore) #444

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- "main"
pull_request:
paths-ignore:
- "**.md"
- "docs/**"
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup golang
uses: ./.github/actions/golang
- name: Run Tests
run: |
make test