Skip to content

fix: trace column attributes name #300

fix: trace column attributes name

fix: trace column attributes name #300

Workflow file for this run

name: test-pipeline
on:
pull_request:
branches:
- "**"
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Install tools
run: make install-ci
- name: Run unit tests and lint
run: make test-and-lint