From 8bb631c9dbed70ed1bb131ed33c8c5ccf7e80abf Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 27 Jul 2024 16:30:57 +0200 Subject: [PATCH] Fix check/list workflow and step name --- .forgejo/workflows/check-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/check-lint.yml b/.forgejo/workflows/check-lint.yml index b7976eb..2bb8375 100644 --- a/.forgejo/workflows/check-lint.yml +++ b/.forgejo/workflows/check-lint.yml @@ -1,4 +1,4 @@ -name: "Check, lint and test" +name: "Check and lint" on: pull_request: @@ -9,7 +9,7 @@ on: jobs: check_lint: - name: Check, lint and test + name: Check and lint runs-on: rust-latest steps: - name: Checkout sources