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