diff options
| author | 2021-01-21 17:50:27 +0100 | |
|---|---|---|
| committer | 2021-01-21 17:50:27 +0100 | |
| commit | 42433ca7b59c3256f786af5d1d282798b5b37f31 (patch) | |
| tree | 113f1b38cc57e02633cd45e8c0a3ca25053102c0 /.github | |
| parent | zig master updates (diff) | |
| parent | Create zig.mod (diff) | |
| download | zig-clap-42433ca7b59c3256f786af5d1d282798b5b37f31.tar.gz zig-clap-42433ca7b59c3256f786af5d1d282798b5b37f31.tar.xz zig-clap-42433ca7b59c3256f786af5d1d282798b5b37f31.zip | |
Merge branch 'master' into zig-master
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 8 | ||||
| -rw-r--r-- | .github/workflows/main.yml | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a1b31f1 --- /dev/null +++ b/.github/dependabot.yml | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | version: 2 | ||
| 2 | updates: | ||
| 3 | - package-ecosystem: github-actions | ||
| 4 | directory: "/" | ||
| 5 | schedule: | ||
| 6 | interval: daily | ||
| 7 | time: "11:00" | ||
| 8 | open-pull-requests-limit: 10 | ||
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4807c4b..61b4cd7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml | |||
| @@ -10,7 +10,7 @@ jobs: | |||
| 10 | - uses: actions/checkout@v2.3.4 | 10 | - uses: actions/checkout@v2.3.4 |
| 11 | with: | 11 | with: |
| 12 | submodules: recursive | 12 | submodules: recursive |
| 13 | - uses: goto-bus-stop/setup-zig@v1.2.5 | 13 | - uses: goto-bus-stop/setup-zig@v1.3.0 |
| 14 | with: | 14 | with: |
| 15 | version: 0.7.0 | 15 | version: 0.7.0 |
| 16 | - run: zig build | 16 | - run: zig build |
| @@ -18,7 +18,7 @@ jobs: | |||
| 18 | runs-on: ubuntu-latest | 18 | runs-on: ubuntu-latest |
| 19 | steps: | 19 | steps: |
| 20 | - uses: actions/checkout@v2.3.4 | 20 | - uses: actions/checkout@v2.3.4 |
| 21 | - uses: goto-bus-stop/setup-zig@v1.2.5 | 21 | - uses: goto-bus-stop/setup-zig@v1.3.0 |
| 22 | with: | 22 | with: |
| 23 | version: 0.7.0 | 23 | version: 0.7.0 |
| 24 | - run: zig fmt --check . | 24 | - run: zig fmt --check . |