Skip to content

Add a toggleable sidebar to view records #16

Add a toggleable sidebar to view records

Add a toggleable sidebar to view records #16

Workflow file for this run

---
name: Continuous Integration
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
- name: Golangci-lint
uses: golangci/[email protected]
- name: Test
run: go test -v ./...
- name: Build
run: go build -v ./...