mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-13 21:40:46 -05:00
step names added and switched to checkout v3
This commit is contained in:
parent
6675fad34d
commit
cf3343e6df
1 changed files with 13 additions and 8 deletions
21
.github/workflows/eowyn.yml
vendored
21
.github/workflows/eowyn.yml
vendored
|
@ -1,4 +1,6 @@
|
||||||
name: Eowyn
|
name: 'Eowyn'
|
||||||
|
# Tests all exercises
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
@ -18,10 +20,13 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- name: Checkout
|
||||||
- name: Setup Zig
|
uses: actions/checkout@v3
|
||||||
uses: goto-bus-stop/setup-zig@v2
|
|
||||||
with:
|
- name: Setup Zig
|
||||||
version: master
|
uses: goto-bus-stop/setup-zig@v2
|
||||||
|
with:
|
||||||
- run: patches/eowyn.sh
|
version: master
|
||||||
|
|
||||||
|
- name: Start Eowyn
|
||||||
|
run: patches/eowyn.sh
|
||||||
|
|
Loading…
Reference in a new issue