Skip to content

Commit ce9db0c

Browse files
committed
Consistent linting
1 parent ef9b99a commit ce9db0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
verify_published_from_main_image: false
1515
quality_checks:
1616
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
17-
needs: [get_config_values]
17+
needs: [ get_config_values ]
1818
permissions:
1919
contents: read
2020
id-token: write
@@ -53,7 +53,7 @@ jobs:
5353
}
5454
result-encoding: string
5555
tag_release:
56-
needs: [get_config_values]
56+
needs: [ get_config_values ]
5757
uses: NHSDigital/eps-common-workflows/.github/workflows/tag-release-devcontainer.yml@bda627e2ce1a32ea56bcc815aec57b06cfa63c9d
5858
permissions:
5959
id-token: write

0 commit comments

Comments
 (0)