Skip to content

fix: correct jlv config read from the home directory (#50) #96

fix: correct jlv config read from the home directory (#50)

fix: correct jlv config read from the home directory (#50) #96

Workflow file for this run

name: check-json-log-viewer
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21.6'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Build
run: make build
- name: Lint
run: make lint
- name: Test
run: make test
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.out