Skip to content

[fix] timesheet entries that fall on midnight were not included #1896

[fix] timesheet entries that fall on midnight were not included

[fix] timesheet entries that fall on midnight were not included #1896

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: make build
- name: Run distcheck
run: make clean