Skip to content

Commit c2da070

Browse files
chore: automatically update used-by badge (#285)
* chore: update used-by badge by github-actions[bot] * chore: update used-by.yml cron to monthly --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: shenxianpeng <[email protected]>
1 parent e1223c4 commit c2da070

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/used-by.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Used By
33
on:
44
schedule:
55
# https://crontab.guru/
6-
- cron: '0 9 * * 1' # At 09:00 on Monday.
6+
- cron: '0 9 1 * *' # At 09:00 on day-of-month 1
77
workflow_dispatch:
88

99
jobs:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# C/C++ Linter Action <sub><sup>| clang-format & clang-tidy</sup></sub>
2121

2222
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/cpp-linter/cpp-linter-action)
23-
[![Used by](https://img.shields.io/static/v1?label=Used%20by&message=702&color=informational&logo=slickpic)](https://github.com/cpp-linter/cpp-linter-action/network/dependents)<!-- used by badge -->
23+
[![Used by](https://img.shields.io/static/v1?label=Used%20by&message=721&color=informational&logo=slickpic)](https://github.com/cpp-linter/cpp-linter-action/network/dependents)<!-- used by badge -->
2424
[![GitHub marketplace](https://img.shields.io/badge/marketplace-C%2FC%2B%2B%20Linter-blue?logo=github)](https://github.com/marketplace/actions/c-c-linter)
2525
[![cpp-linter](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/cpp-linter.yml/badge.svg)](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/cpp-linter.yml)
2626
[![MkDocs Deploy](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/mkdocs-deploy.yml/badge.svg)](https://github.com/cpp-linter/cpp-linter-action/actions/workflows/mkdocs-deploy.yml)

0 commit comments

Comments
 (0)