File tree Expand file tree Collapse file tree 2 files changed +21
-21
lines changed
actions/check-english-usage Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments