add names for all steps

This commit is contained in:
Emil Lerch 2025-04-13 14:29:27 -07:00
parent 958ce3af46
commit da994fe9e6
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -8,11 +8,14 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - name: Checkout
- uses: https://github.com/mlugg/setup-zig@v1.2.1 uses: actions/checkout@v4
- name: Setup Zig
uses: https://github.com/mlugg/setup-zig@v1.2.1
with: with:
version: 0.14.0 version: 0.14.0
- uses: https://github.com/elerch/zig-action-cache@v1.1.6 - name: Restore Zig global cache
uses: https://github.com/elerch/zig-action-cache@v1.1.6
- name: Build project - name: Build project
run: zig build --summary all run: zig build --summary all
- name: Run tests - name: Run tests