From b6a9301b691dd5bd63df84c6ed910dab082429b5 Mon Sep 17 00:00:00 2001 From: Maciej Niemcewicz Date: Wed, 3 Jan 2024 14:45:47 +0100 Subject: [PATCH] rename checking snippets job --- .github/workflows/snippet-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snippet-check.yml b/.github/workflows/snippet-check.yml index c97fc41a..84dbd43e 100644 --- a/.github/workflows/snippet-check.yml +++ b/.github/workflows/snippet-check.yml @@ -6,7 +6,7 @@ on: jobs: - build: + check_snippets: runs-on: ubuntu-latest # The type of runner that the job will run on steps: # Steps represent a sequence of tasks that will be executed as part of the job - name: Check out the repository