From d6b52455bda148c994223c615efdcde7dd64938d Mon Sep 17 00:00:00 2001 From: fabolous005 Date: Wed, 3 Apr 2024 17:58:53 +0200 Subject: [PATCH] make workflows file pretty --- .gitea/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0a89c97..121c90b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -2,7 +2,7 @@ on: [push] name: CI jobs: build: - name: Rust project + name: Saltfish runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -14,7 +14,7 @@ jobs: command: build args: --release build_custom_pieces: - name: Rust project + name: Saltfish [custom_pieces] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2