From 14bda61a9e3e67fa2dcea45c6f6e3fa41dac47fe Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Tue, 25 Apr 2023 16:30:05 +0200 Subject: [PATCH] Fix name of Gitea Actions workflow --- .gitea/workflows/check-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/check-lint.yml b/.gitea/workflows/check-lint.yml index 432a3d4..f4b5f34 100644 --- a/.gitea/workflows/check-lint.yml +++ b/.gitea/workflows/check-lint.yml @@ -1,4 +1,4 @@ -name: "Check, test and lint using Cargo" +name: "Check and lint using Cargo" on: - pull_request