Skip to content

test: add check for offset within the source log #77

test: add check for offset within the source log

test: add check for offset within the source log #77

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21.0"
- name: test
run: go test -v ./
staticcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21.0"
- uses: dominikh/staticcheck-action@v1.3.0
with:
install-go: false
version: "2023.1.5"