aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-04-26 19:36:58 +0200
committerGitHub <noreply@github.com>2023-04-26 19:36:58 +0200
commitcf3343e6dfcc77c0d538d98f52bee89bb60ad6c5 (patch)
tree890f7d7e1bed94fcb0ae3635fa9c71c79ed7bce4 /.github
parent6675fad34d3e1daf35bee0d182cf845940011fa5 (diff)
step names added and switched to checkout v3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/eowyn.yml21
1 files changed, 13 insertions, 8 deletions
diff --git a/.github/workflows/eowyn.yml b/.github/workflows/eowyn.yml
index 60b3ec0..fb235f6 100644
--- a/.github/workflows/eowyn.yml
+++ b/.github/workflows/eowyn.yml
@@ -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