Skip to content

fix: tables no horizontal scroll & filter display columns option #3476

fix: tables no horizontal scroll & filter display columns option

fix: tables no horizontal scroll & filter display columns option #3476

Workflow file for this run

name: Run Tests on Pull Request
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.25"
- name: Install Dependencies
run: |
go mod download
- name: Run Tests
run: |
make test
env:
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}