Skip to content

fix(deps): update code-deps to v1.13.5 #260

fix(deps): update code-deps to v1.13.5

fix(deps): update code-deps to v1.13.5 #260

Workflow file for this run

name: Unit Tests
on:
pull_request:
paths-ignore:
- "**.md"
- "**.jpg"
- "**.png"
- "**.gif"
- "**.svg"
- "adr/**"
- "docs/**"
- "CODEOWNERS"
- "goreleaser.yml"
# Abort prior jobs in the same workflow / PR
concurrency:
group: unit-runner-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Setup golang
uses: ./.github/actions/golang
- name: Run unit tests
run: |
make test-unit