Index

lognestmonster / c5334b7

A general-purpose single-header C logging library and parser for event-based logs. (Incomplete)

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
20722 Jul 2020 22:12099d627Update GitHub workflow included pathsJosh Stockin111G

Blob @ lognestmonster / .github / workflows / c_unit.yml

text/plain331 bytesdownload raw
1name: C Header Unit Tests
2on:
3 push:
4 paths:
5 - 'src/*'
6 - 'tests/'
7 - 'test'
8jobs:
9 build:
10 name: Build and Test
11 runs-on: [ubuntu-latest]
12 steps:
13 - uses: actions/checkout@v1
14 - name: Run testing chain
15 run: ./test lint c_unit
16