Skip to content

Commit 5ff47d5

Browse files
committed
chore: fix from pre-commit
1 parent 8a73ee7 commit 5ff47d5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/release-drafter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ _extends: .github
44
# Override the template to include default tool versions
55
template: |
66
<!-- Optional: add a release summary here -->
7-
7+
88
## Default Clang Tools Versions
9-
9+
1010
This release uses the following default versions:
1111
- **clang-format**: `$CLANG_FORMAT_VERSION`
1212
- **clang-tidy**: `$CLANG_TIDY_VERSION`
13-
13+
1414
Users can specify the desired version by adding the `--version` argument under `args` in their pre-commit configuration. See: [Custom Clang Tool Version](https://github.com/cpp-linter/cpp-linter-hooks?tab=readme-ov-file#custom-clang-tool-version)
15-
15+
1616
$CHANGES
1717
1818
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION

.github/workflows/release-drafter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ jobs:
1818
steps:
1919
- name: Checkout repository
2020
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21-
21+
2222
- name: Set up Python
2323
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
2424
with:
2525
python-version: "3.12"
26-
26+
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
3030
python -m pip install -e .
31-
31+
3232
- name: Extract default tool versions
3333
id: versions
3434
run: |
@@ -38,7 +38,7 @@ jobs:
3838
echo "CLANG_TIDY_VERSION=$CLANG_TIDY_VERSION" >> $GITHUB_OUTPUT
3939
echo "Default clang-format version: $CLANG_FORMAT_VERSION"
4040
echo "Default clang-tidy version: $CLANG_TIDY_VERSION"
41-
41+
4242
# Draft your next Release notes as Pull Requests are merged into the default branch
4343
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 #v6
4444
with:

0 commit comments

Comments
 (0)