From cbd61b57964a66bac11e475d665c61c7a2df0aa5 Mon Sep 17 00:00:00 2001 From: Paul Steven Date: Thu, 23 Jan 2025 10:06:54 +0000 Subject: [PATCH 1/4] Amended readme as a test change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c6946c25d..8e440371a7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# NHS.UK frontend +# NHS.UK frontend AMENDED NHS.UK frontend contains the code you need to start building user interfaces for NHS websites and services. From 24fc04b5d50ef1dcbc1984a37cf9d55bf348d7e8 Mon Sep 17 00:00:00 2001 From: Paul Steven Date: Thu, 23 Jan 2025 10:31:00 +0000 Subject: [PATCH 2/4] Another amendment to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e440371a7..c7eb2deaa8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# NHS.UK frontend AMENDED +# NHS.UK frontend AMENDED again NHS.UK frontend contains the code you need to start building user interfaces for NHS websites and services. From b67bb7c554b0a7d8ddb4e8fc74d75fa694d99d68 Mon Sep 17 00:00:00 2001 From: Paul Steven Date: Thu, 23 Jan 2025 11:25:18 +0000 Subject: [PATCH 3/4] Amended again just for testing PRs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7eb2deaa8..8545a9eb41 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# NHS.UK frontend AMENDED again +# NHS.UK frontend AMENDED again and again NHS.UK frontend contains the code you need to start building user interfaces for NHS websites and services. From 448dcc70a7dd28051b300c905d2d35dbf65f7658 Mon Sep 17 00:00:00 2001 From: Paul Steven Date: Thu, 23 Jan 2025 15:21:42 +0000 Subject: [PATCH 4/4] Add an unused var to test github workflow --- packages/components/checkboxes/checkboxes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/checkboxes/checkboxes.js b/packages/components/checkboxes/checkboxes.js index 6b3ecc1970..dc24beef5a 100644 --- a/packages/components/checkboxes/checkboxes.js +++ b/packages/components/checkboxes/checkboxes.js @@ -57,7 +57,7 @@ const unCheckExclusiveInputs = function unCheckExclusiveInputs(input) { export default ({ scope = document } = {}) => { // Checkbox input DOMElements inside a conditional form group const checkboxInputs = scope.querySelectorAll('.nhsuk-checkboxes .nhsuk-checkboxes__input') - + const test = 'hello' /** * Toggle classes and attributes * @param {Object} event click event object