Skip to content

Add circular scrolling #45

Add circular scrolling

Add circular scrolling #45

Workflow file for this run

name: Lint
on:
pull_request:
branches: [ 'main' ]
jobs:
lint-go:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.54