mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-01 08:03:29 +02:00
step names added and switched to checkout v3
This commit is contained in:
committed by
GitHub
co-authored by
GitHub
parent
6675fad34d
commit
cf3343e6df
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user