We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebe68d commit 843ef1bCopy full SHA for 843ef1b
.github/workflows/clippy_dev.yml
@@ -3,12 +3,6 @@ name: Clippy Dev Test
3
on:
4
merge_group:
5
pull_request:
6
- # Only run on paths, that get checked by the clippy_dev tool
7
- paths:
8
- - 'CHANGELOG.md'
9
- - 'README.md'
10
- - '**.stderr'
11
- - '**.rs'
12
13
env:
14
RUST_BACKTRACE: 1
.github/workflows/clippy_pr.yml
@@ -2,12 +2,6 @@ name: Clippy Test
2
- # Don't run Clippy tests, when only text files were modified
- paths-ignore:
- - 'COPYRIGHT'
- - 'LICENSE-*'
- - '**.md'
- - '**.txt'
.github/workflows/remark.yml
@@ -3,8 +3,6 @@ name: Remark
jobs:
remark:
0 commit comments