From 58d5b3fd3a9c61825edbd3bfcd75d7f398b82c7e Mon Sep 17 00:00:00 2001 From: Valentin Doreau Date: Thu, 5 Dec 2024 14:44:07 +0100 Subject: [PATCH] chore: renamed typos job to release --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 37fff63..362abcb 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -5,7 +5,7 @@ on: - '[0-9]+.[0-9]+.[0-9]+' jobs: - typos: + release: runs-on: alpine steps: - uses: actions/checkout@v4