Skip to content

Commit f060458

Browse files
Merge pull request #767 from govuk-one-login/chore/fix-quality-gate-manifest
chore: Fix quality-gate.manifest.json
2 parents 07f07f6 + 9a9f6d9 commit f060458

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

quality-gate.manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/govuk-one-login/quality-gates/refs/tags/v0.1.0/schemas/schema.json",
2+
"$schema": "https://raw.githubusercontent.com/govuk-one-login/quality-gates/refs/tags/v0.4.0/schemas/schema.json",
33
"services": [
44
{
55
"quality-gates": [
@@ -11,7 +11,7 @@
1111
"config": {
1212
"file": ".github/workflows/check-pr.yml",
1313
"name": "pre-commit",
14-
"path": "jobs.run-pre-commit"
14+
"path": "jobs.pre-commit"
1515
},
1616
"phase": "pre-merge",
1717
"provider": "GitHub"
@@ -42,6 +42,7 @@
4242
},
4343
{
4444
"check-types": [
45+
"component",
4546
"integration",
4647
"regression",
4748
"new feature"

0 commit comments

Comments
 (0)