refactor<tel/mc> change the logic for add key to json function #534
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check comments percentage | |
on: | |
push: | |
branches: | |
- main | |
- '*' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Give execute permission for script | |
run: chmod +x ./.github/workflows/check_comments.sh | |
- name: Check comment percentage | |
run: | | |
./.github/workflows/check_comments.sh |