Skip to content

Commit dcf8769

Browse files
committed
exclude workflow files
1 parent d68182a commit dcf8769

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
if: contains(steps.run-pre-commit.outputs.SHOULD_COMMIT, 'true')
3131
with:
3232
commit_message: "Run pre-commit hooks."
33+
file_pattern: ":exclude(.github/workflows/*)"
3334

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Fixed
1111

1212
- The formatting options that were passed as a parameter to `toml.encode`, `toml.encodeToFile`, `toml.toJSON`, and `toml.toYAML` previously had no effect when overriding values.
13-
- Resolved CMake `FetchContent_Populate` warning.
13+
- Resolved CMake `FetchContent_Populate` warning.
1414

1515
### Changed
1616

0 commit comments

Comments
 (0)