Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 888 Bytes

File metadata and controls

37 lines (25 loc) · 888 Bytes

Recipes

Here are some example workflows to get started quickly.

=== "only clang-tidy"

``` yaml
--8<-- ".github/workflows/examples/only-clang-tidy.yml"
```

1. See also [`style`][style]
2. See also [`tidy-checks`][tidy-checks]

=== "only clang-format"

``` yaml
--8<-- ".github/workflows/examples/only-clang-format.yml"
```

1. See also [`style`][style]
2. See also [`tidy-checks`][tidy-checks]

=== "only PR comments"

``` yaml
--8<-- ".github/workflows/examples/only-PR-comments.yml"
```

1. See also our [token permissions document](../permissions.md)
2. See also [`style`][style]
3. See also [`tidy-checks`][tidy-checks]
4. See also [`thread-comments`][thread-comments]