mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-12 13:00:47 -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:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
@ -18,10 +20,13 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup Zig
|
||||
uses: goto-bus-stop/setup-zig@v2
|
||||
with:
|
||||
version: master
|
||||
|
||||
- run: patches/eowyn.sh
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Zig
|
||||
uses: goto-bus-stop/setup-zig@v2
|
||||
with:
|
||||
version: master
|
||||
|
||||
- name: Start Eowyn
|
||||
run: patches/eowyn.sh
|
||||
|
|
Loading…
Reference in a new issue