Skip to content

chore: Remove tag propagation properties - propagation problems are r… #193

chore: Remove tag propagation properties - propagation problems are r…

chore: Remove tag propagation properties - propagation problems are r… #193

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make test