summaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-03-12 20:10:20 -0500
committerDave Gauer <dave@ratfactor.com>2021-03-12 20:10:20 -0500
commit2413e5060f1c9e7958f2484f6c9a0954db3b754b (patch)
tree6236fe8a011e92f5d7fb0fb74d5787473f594827 /.github/workflows
parentd560c41b59e11cb488804cbce7a7c2e0f84f8c87 (diff)
parentbe17e37102c20ee818cc177d867e226e15bf907b (diff)
Merge branch 'ci' of https://github.com/mattnite/ziglings into mattnite-ci
eowyn.sh has changed, conflict resolved
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/eowyn.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/.github/workflows/eowyn.yml b/.github/workflows/eowyn.yml
new file mode 100644
index 0000000..9a422b6
--- /dev/null
+++ b/.github/workflows/eowyn.yml
@@ -0,0 +1,25 @@
+name: Eowyn
+on:
+ pull_request:
+ branches: [ main ]
+ schedule:
+ - cron: "0 0 * * *"
+
+defaults:
+ run:
+ shell: bash
+
+jobs:
+ build:
+ strategy:
+ matrix:
+ os: [ubuntu-latest, windows-latest, macos-latest]
+ runs-on: ${{ matrix.os }}
+ steps:
+ - uses: actions/checkout@v2
+ - name: Setup Zig
+ uses: goto-bus-stop/setup-zig@v1.3.0
+ with:
+ version: master
+
+ - run: patches/eowyn.sh