Skip to content

Commit eee562c

Browse files
committed
Remove check English usage action
We're not finding this has any benefit for us.
1 parent e1e1f81 commit eee562c

File tree

8 files changed

+0
-265
lines changed

8 files changed

+0
-265
lines changed

.github/actions/check-english-usage/action.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/workflows/stage-1-commit.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,3 @@ jobs:
5151
fetch-depth: 0 # Full history is needed to compare branches
5252
- name: "Check file format"
5353
uses: ./.github/actions/check-file-format
54-
check-english-usage:
55-
name: "Check English usage"
56-
runs-on: ubuntu-latest
57-
timeout-minutes: 2
58-
steps:
59-
- name: "Checkout code"
60-
uses: actions/checkout@v4
61-
with:
62-
fetch-depth: 0 # Full history is needed to compare branches
63-
- name: "Check English usage"
64-
uses: ./.github/actions/check-english-usage

.tool-versions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ python 3.13.3
99
# docker/ghcr.io/make-ops-tools/gocloc latest@sha256:6888e62e9ae693c4ebcfed9f1d86c70fd083868acb8815fe44b561b9a73b5032 # SEE: https://github.com/make-ops-tools/gocloc/pkgs/container/gocloc
1010
# docker/ghcr.io/nhs-england-tools/github-runner-image 20230909-321fd1e-rt@sha256:ce4fd6035dc450a50d3cbafb4986d60e77cb49a71ab60a053bb1b9518139a646 # SEE: https://github.com/nhs-england-tools/github-runner-image/pkgs/container/github-runner-image
1111
# docker/hadolint/hadolint 2.12.0-alpine@sha256:7dba9a9f1a0350f6d021fb2f6f88900998a4fb0aaf8e4330aa8c38544f04db42 # SEE: https://hub.docker.com/r/hadolint/hadolint/tags
12-
# docker/jdkato/vale v2.29.7@sha256:5ccfac574231b006284513ac3e4e9f38833989d83f2a68db149932c09de85149 # SEE: https://hub.docker.com/r/jdkato/vale/tags
1312
# docker/koalaman/shellcheck latest@sha256:e40388688bae0fcffdddb7e4dea49b900c18933b452add0930654b2dea3e7d5c # SEE: https://hub.docker.com/r/koalaman/shellcheck/tags
1413
# docker/mstruebing/editorconfig-checker 2.7.1@sha256:dd3ca9ea50ef4518efe9be018d669ef9cf937f6bb5cfe2ef84ff2a620b5ddc24 # SEE: https://hub.docker.com/r/mstruebing/editorconfig-checker/tags

scripts/config/pre-commit.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,3 @@ repos:
1515
args: ["check=staged-changes"]
1616
language: script
1717
pass_filenames: false
18-
- repo: local
19-
hooks:
20-
- id: check-english-usage
21-
name: Check English usage
22-
entry: ./scripts/githooks/check-english-usage.sh
23-
args: ["check=staged-changes"]
24-
language: script
25-
pass_filenames: false

scripts/githooks/check-english-usage.sh

Lines changed: 0 additions & 108 deletions
This file was deleted.

scripts/tests/style.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

scripts/tests/test.mk

Lines changed: 0 additions & 91 deletions
This file was deleted.

scripts/tests/unit.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)