Skip to content

fix(log): update modified of day when adding entry #7

fix(log): update modified of day when adding entry

fix(log): update modified of day when adding entry #7

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
- ci
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup zig
uses: mlugg/setup-zig@v1
with:
version: master
- name: Build and test
run: zig build test