Skip to content

Commit 2f6b6ab

Browse files
committed
Auto merge of rust-lang#5475 - woshilapin:woshilapin-patch-1, r=flip1995
[fix] Minor typo in GH Actions 'clippy_dev' changelog: minor: fixes file name in Github Actions workflow `clippy_dev.yml` I was looking for something else and ended up on that typo, just thought I would fix it.
2 parents c1c8bc6 + b5d6233 commit 2f6b6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clippy_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99
# Only run on paths, that get checked by the clippy_dev tool
1010
paths:
11-
- 'CAHNGELOG.md'
11+
- 'CHANGELOG.md'
1212
- 'README.md'
1313
- '**.stderr'
1414
- '**.rs'

0 commit comments

Comments
 (0)