Skip to content

Converted log list to use cookies for most part. Global search is not… #7

Converted log list to use cookies for most part. Global search is not…

Converted log list to use cookies for most part. Global search is not… #7

Workflow file for this run

name: Go
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
version: latest
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: |
make build