Skip to content

Fix bug where selecting a row while filtered would lose all other rows #335

Fix bug where selecting a row while filtered would lose all other rows

Fix bug where selecting a row while filtered would lose all other rows #335

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint
run: |
go mod tidy
make lint