Compare commits

..

1 Commits
prod ... main

Author SHA1 Message Date
Rose Apollo
a484986ff0
Delete .github/workflows/c.yml 2024-01-05 10:05:14 +00:00
2 changed files with 1 additions and 18 deletions

View File

@ -1,17 +0,0 @@
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 dependency free C library to easily parse arguments
Basic C library to easily parse arguments
# Usage