Skip to content

Force React to not diff the scatter-plot and just re-render the whole thing #109

Force React to not diff the scatter-plot and just re-render the whole thing

Force React to not diff the scatter-plot and just re-render the whole thing #109

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.23.3
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.62.0
only-new-issues: true