Skip to content

Commit 483a97b

Browse files
authored
chore: move example workflows (#304)
follow up to #303
1 parent bac2e30 commit 483a97b

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
version: 2
77
updates:
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.

docs/examples/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)