/
nicodim4
/
WiFiManager
Обзор
Документация
Войти
/
nicodim4
/
WiFiManager
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/workflows/cpp_lint.yml
31 строка
799 B
Shawn A
Update cpp_lint.yml
13 дек 2024, 01:39
Не верифицирован
13 дек 2024, 01:39
7e2fa84
Код
Авторство
О чём код?
name: cpplint on: push: paths-ignore: - '.github/workflows/compile_*.yml' pull_request: paths-ignore: - '.github/workflows/compile_*.yml' jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: cpplint uses: reviewdog/action-cpplint@master with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-check flags: --linelength=100 target: . filter: "-whitespace/tab\ ,-readability/braces\ ,-whitespace/braces\ ,-whitespace/comments\ ,-whitespace/indent\ ,-whitespace/newline\ ,-whitespace/operators\ ,-whitespace/parens\ ,-whitespace/line_length\ "