From 718d069610e118fdd1394d8292b288434fc0d93a Mon Sep 17 00:00:00 2001 From: Chris Ashton Date: Tue, 6 Feb 2024 15:08:26 +0000 Subject: [PATCH] Add missing `name` property This should include `name: CI` as per our [documented convention](https://docs.publishing.service.gov.uk/manual/test-and-build-a-project-with-github-actions.html#name-of-ci-workflow-and-jobs). --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39e46f9..0db1849 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,5 @@ +name: CI + on: [push, pull_request] jobs: snyk-security: