Compare commits

..

1 Commits
main ... prod

Author SHA1 Message Date
AUnicornWithNoLife
f778ae3131
Update README.md 2023-10-20 15:09:30 +01:00
2 changed files with 18 additions and 1 deletions

17
.github/workflows/c.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make test
run: make test

View File

@ -1,6 +1,6 @@
# carg-parse
Basic C library to easily parse arguments
Basic dependency free C library to easily parse arguments
# Usage