CI and spell checks

This commit is contained in:
Markus F.X.J. Oberhumer
2023-08-09 13:08:38 +02:00
parent 11e3770864
commit 757401dd0c
21 changed files with 51 additions and 50 deletions
+3 -3
View File
@@ -3,13 +3,13 @@
name: 'Weekly CI - zigcc'
on:
schedule: [cron: '50 4 * * 3'] # run weekly Wednesday 04:50 UTC
schedule: [cron: '50 3 * * 3'] # run weekly Wednesday 03:50 UTC
workflow_dispatch:
env:
CMAKE_REQUIRED_QUIET: OFF
DEBIAN_FRONTEND: noninteractive
# 2023-08-07
ZIG_DIST_VERSION: 0.12.0-dev.21+ac95cfe44
# 2023-08-09
ZIG_DIST_VERSION: 0.12.0-dev.25+36c57c3ba
jobs:
job-linux-zigcc: # uses cmake + make