Auto merge of #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.
This commit is contained in:
bors 2020-04-16 20:29:19 +00:00
commit 2f6b6ab8a1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ on:
pull_request:
# Only run on paths, that get checked by the clippy_dev tool
paths:
- 'CAHNGELOG.md'
- 'CHANGELOG.md'
- 'README.md'
- '**.stderr'
- '**.rs'