Skip to content

Log from/to time parse and app by name (#23) #28

Log from/to time parse and app by name (#23)

Log from/to time parse and app by name (#23) #28

Workflow file for this run

name: Build
on:
push:
branches: [ 'main' ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ 'main' ]
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
permissions:
contents: read
strategy:
matrix:
os: [ 'macos-latest', 'ubuntu-latest' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
check-latest: true
# - name: Run linters
# run: make lint
- name: Run tests
run: make test