Skip to content

Commit ac5cef9

Browse files
authored
Merge pull request #179 from NHSDigital/remove-check-markdown-format
Remove check markdown format action
2 parents 8d52062 + e1e1f81 commit ac5cef9

File tree

7 files changed

+0
-151
lines changed

7 files changed

+0
-151
lines changed

.github/actions/check-markdown-format/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,17 +51,6 @@ 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-markdown-format:
55-
name: "Check Markdown format"
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 Markdown format"
64-
uses: ./.github/actions/check-markdown-format
6554
check-english-usage:
6655
name: "Check English usage"
6756
runs-on: ubuntu-latest

.tool-versions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ python 3.13.3
66

77
# TODO: Move this section - consider using a different file for the repository template dependencies.
88
# docker/ghcr.io/gitleaks/gitleaks v8.18.0@sha256:fd2b5cab12b563d2cc538b14631764a1c25577780e3b7dba71657d58da45d9d9 # SEE: https://github.com/gitleaks/gitleaks/pkgs/container/gitleaks
9-
# docker/ghcr.io/igorshubovych/markdownlint-cli v0.37.0@sha256:fb3e79946fce78e1cde84d6798c6c2a55f2de11fc16606a40d49411e281d950d # SEE: https://github.com/igorshubovych/markdownlint-cli/pkgs/container/markdownlint-cli
109
# docker/ghcr.io/make-ops-tools/gocloc latest@sha256:6888e62e9ae693c4ebcfed9f1d86c70fd083868acb8815fe44b561b9a73b5032 # SEE: https://github.com/make-ops-tools/gocloc/pkgs/container/gocloc
1110
# 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
1211
# docker/hadolint/hadolint 2.12.0-alpine@sha256:7dba9a9f1a0350f6d021fb2f6f88900998a4fb0aaf8e4330aa8c38544f04db42 # SEE: https://hub.docker.com/r/hadolint/hadolint/tags

docs/user-guides/Run_Git_hooks_on_commit.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ The [pre-commit](https://pre-commit.com/) framework is a powerful tool for manag
1515

1616
- Scripts
1717
- [`check-file-format.sh`](../../scripts/githooks/check-file-format.sh)
18-
- [`check-markdown-format.sh`](../../scripts/githooks/check-markdown-format.sh)
1918
- [`scan-secrets.sh`](../../scripts/githooks/scan-secrets.sh)
2019
- Configuration
2120
- [`pre-commit.yaml`](../../scripts/config/pre-commit.yaml)

scripts/config/markdownlint.yaml

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

scripts/config/pre-commit.yaml

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

scripts/githooks/check-markdown-format.sh

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

0 commit comments

Comments
 (0)