Skip to content

ci: test the python linter "black" if it will detect the unformatted … #13

ci: test the python linter "black" if it will detect the unformatted …

ci: test the python linter "black" if it will detect the unformatted … #13

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: Check comment percentage
run: |
./.github/workflows/check_comments.sh