Logging in C with support for monoid logging
logging
jsonl
monoid
c
1name: ci
2
3on: [push, pull_request]
4
5jobs:
6 test:
7 runs-on: ubuntu-latest
8 steps:
9 - uses: actions/checkout@v4
10
11 - name: install just
12 run: |
13 curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh \
14 | bash -s -- --to ~/.local/bin
15 echo "$HOME/.local/bin" >> "$GITHUB_PATH"
16
17 - run: just test