Skip to content

chore(deps): bump lycheeverse/lychee-action from 2.1.0 to 2.2.0 #1135

chore(deps): bump lycheeverse/lychee-action from 2.1.0 to 2.2.0

chore(deps): bump lycheeverse/lychee-action from 2.1.0 to 2.2.0 #1135

Workflow file for this run

on:
push:
branches: main
pull_request:
branches: main
name: Unit Tests
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.23
- uses: actions/checkout@v4
- name: Install tparse
run: |
go install github.com/mfridman/tparse@latest
- run: make test-unit