summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/main.yml2
-rw-r--r--README.md4
-rw-r--r--example/README.md.template4
3 files changed, 2 insertions, 8 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 08d791f..7f6e216 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -2,6 +2,8 @@ name: CI
2on: 2on:
3 push: 3 push:
4 pull_request: 4 pull_request:
5 schedule:
6 - cron: '0 0 * * *'
5 7
6jobs: 8jobs:
7 test: 9 test:
diff --git a/README.md b/README.md
index d6ad7a0..d872965 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,6 @@
2 2
3A simple and easy to use command line argument parser library for Zig. 3A simple and easy to use command line argument parser library for Zig.
4 4
5Looking for a version that works with `zig master`? The `zig-master` branch has
6you covered. It is maintained by people who live at head (not me) and is merged
7into master on every `zig` release.
8
9## Features 5## Features
10 6
11* Short arguments `-a` 7* Short arguments `-a`
diff --git a/example/README.md.template b/example/README.md.template
index 1848d03..127cd74 100644
--- a/example/README.md.template
+++ b/example/README.md.template
@@ -2,10 +2,6 @@
2 2
3A simple and easy to use command line argument parser library for Zig. 3A simple and easy to use command line argument parser library for Zig.
4 4
5Looking for a version that works with `zig master`? The `zig-master` branch has
6you covered. It is maintained by people who live at head (not me) and is merged
7into master on every `zig` release.
8
9## Features 5## Features
10 6
11* Short arguments `-a` 7* Short arguments `-a`