Skip to content

Commit 6105824

Browse files
committed
wip
1 parent 91324bb commit 6105824

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# name: "Check English usage"
2-
# description: "Check English usage"
3-
# runs:
4-
# using: "composite"
5-
# steps:
6-
# - name: "Check English usage"
7-
# shell: bash
8-
# run: |
9-
# export BRANCH_NAME=origin/${{ github.event.repository.default_branch }}
10-
# check=branch ./scripts/githooks/check-english-usage.sh
1+
name: "Check English usage"
2+
description: "Check English usage"
3+
runs:
4+
using: "composite"
5+
steps:
6+
- name: "Check English usage"
7+
shell: bash
8+
run: |
9+
export BRANCH_NAME=origin/${{ github.event.repository.default_branch }}
10+
check=branch ./scripts/githooks/check-english-usage.sh

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,17 @@ jobs:
6666
fetch-depth: 0 # Full history is needed to compare branches
6767
- name: "Check Markdown format"
6868
uses: ./.github/actions/check-markdown-format
69-
# check-english-usage:
70-
# name: "Check English usage"
71-
# runs-on: ubuntu-latest
72-
# timeout-minutes: 2
73-
# steps:
74-
# - name: "Checkout code"
75-
# uses: actions/checkout@v6
76-
# with:
77-
# fetch-depth: 0 # Full history is needed to compare branches
78-
# - name: "Check English usage"
79-
# uses: ./.github/actions/check-english-usage
69+
check-english-usage:
70+
name: "Check English usage"
71+
runs-on: ubuntu-latest
72+
timeout-minutes: 2
73+
steps:
74+
- name: "Checkout code"
75+
uses: actions/checkout@v6
76+
with:
77+
fetch-depth: 0 # Full history is needed to compare branches
78+
- name: "Check English usage"
79+
uses: ./.github/actions/check-english-usage
8080
# GitHub actions dont have terraform installed at the moment
8181
# lint-terraform:
8282
# name: "Lint Terraform"

0 commit comments

Comments
 (0)