From 8b8f80b96540c7f38fda7316bded25e6c28a0e06 Mon Sep 17 00:00:00 2001 From: Valtteri Kantanen Date: Tue, 20 Aug 2024 16:27:33 +0300 Subject: [PATCH] Add a name for lint job --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 47d1d3dc33..99b78b017a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,6 +13,7 @@ on: jobs: # === Static tests / linting === lint_backend_and_frontend: + name: 'Lint backend and frontend' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4