File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 66version : 2
77updates :
88 - package-ecosystem : github-actions
9- directories :
10- - " /"
11- - " docs/examples"
9+ directory : " /"
1210 schedule :
1311 interval : " weekly"
1412 groups :
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Here are some example workflows to get started quickly.
1010=== "only clang-tidy"
1111
1212 ``` yaml
13- --8<-- "docs /examples/only-clang-tidy.yml"
13+ --8<-- ".github/workflows /examples/only-clang-tidy.yml"
1414 ```
1515
1616 1. See also [`style`][style]
@@ -19,7 +19,7 @@ Here are some example workflows to get started quickly.
1919=== "only clang-format"
2020
2121 ``` yaml
22- --8<-- "docs /examples/only-clang-format.yml"
22+ --8<-- ".github/workflows /examples/only-clang-format.yml"
2323 ```
2424
2525 1. See also [`style`][style]
@@ -28,7 +28,7 @@ Here are some example workflows to get started quickly.
2828=== "only PR comments"
2929
3030 ``` yaml
31- --8<-- "docs /examples/only-PR-comments.yml"
31+ --8<-- ".github/workflows /examples/only-PR-comments.yml"
3232 ```
3333
3434 1. See also our [token permissions document](../permissions.md)
You can’t perform that action at this time.
0 commit comments