Skip to content

Add back index handling to log rule list (it was accidentally removed) #20

Add back index handling to log rule list (it was accidentally removed)

Add back index handling to log rule list (it was accidentally removed) #20

Workflow file for this run

name: Go
on: [push]
# This concurrency rule is not really relevant here but is nice for
# cut-n-pasting to elsewhere
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
with:
version: latest
- run: |
make build