Skip to content

cleanup and fixing refresh rate #66

cleanup and fixing refresh rate

cleanup and fixing refresh rate #66

Workflow file for this run

name: tests
on: [push]
permissions:
contents: write
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: test
run: make test