diff options
| author | Dave Gauer <[email protected]> | 2021-03-12 20:13:18 -0500 |
|---|---|---|
| committer | Dave Gauer <[email protected]> | 2021-03-12 20:13:18 -0500 |
| commit | d55545ffaf13c720dfa9d4adcc42d306fa0df155 (patch) | |
| tree | 6236fe8a011e92f5d7fb0fb74d5787473f594827 | |
| parent | d560c41b59e11cb488804cbce7a7c2e0f84f8c87 (diff) | |
| parent | 2413e5060f1c9e7958f2484f6c9a0954db3b754b (diff) | |
| download | ziglings-d55545ffaf13c720dfa9d4adcc42d306fa0df155.tar.xz ziglings-d55545ffaf13c720dfa9d4adcc42d306fa0df155.zip | |
Merge branch 'mattnite-ci' into main
| -rw-r--r-- | .github/workflows/eowyn.yml | 25 | ||||
| -rwxr-xr-x | patches/eowyn.sh | 2 |
2 files changed, 26 insertions, 1 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/[email protected] + with: + version: master + + - run: patches/eowyn.sh diff --git a/patches/eowyn.sh b/patches/eowyn.sh index 1ff3f75..a30a67a 100755 --- a/patches/eowyn.sh +++ b/patches/eowyn.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # "I will be a shieldmaiden no longer, # nor vie with the great Riders, nor |
