Skip to content

Merge branch 'master' into RFC0012_ConfigurationFile #616

Merge branch 'master' into RFC0012_ConfigurationFile

Merge branch 'master' into RFC0012_ConfigurationFile #616

Workflow file for this run

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