Refactor: enable optional clang-tidy build, cleanup includes, and add… #12
This file contains hidden or 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: Metrics | |
| # on: | |
| # schedule: [{ cron: "0 0 * * *" }] # запускается каждый день в полночь | |
| # workflow_dispatch: # разрешает ручной запуск | |
| # jobs: | |
| # github-metrics: | |
| # runs-on: ubuntu-latest | |
| # steps: | |
| # - uses: lowlighter/metrics@latest | |
| # with: | |
| # filename: metrics.plugin.activity.svg | |
| # token: ${{ secrets.METRICS_TOKEN }} | |
| # base: "" | |
| # plugin_activity: yes | |
| # plugin_activity_limit: 5 | |
| # plugin_activity_days: 0 | |
| # plugin_activity_filter: issue, pr, release, fork, review, ref/create |