Skip to content

Commit

Permalink
Indent paths
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Jan 25, 2020
1 parent 974d890 commit a1759ba
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ on:
branches-ignore: [auto, try]
# Don't run Clippy tests, when only textfiles were modified
paths-ignore:
- 'COPYRIGHT'
- 'LICENSE-*'
- '**.md'
- '**.txt'
- 'COPYRIGHT'
- 'LICENSE-*'
- '**.md'
- '**.txt'
pull_request:
# Don't run Clippy tests, when only textfiles were modified
paths-ignore:
- 'COPYRIGHT'
- 'LICENSE-*'
- '**.md'
- '**.txt'
- 'COPYRIGHT'
- 'LICENSE-*'
- '**.md'
- '**.txt'

env:
RUST_BACKTRACE: 1
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/clippy_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
branches: [auto, try]
# Don't run tests, when only textfiles were modified
paths-ignore:
- 'COPYRIGHT'
- 'LICENSE-*'
- '**.md'
- '**.txt'
- 'COPYRIGHT'
- 'LICENSE-*'
- '**.md'
- '**.txt'

env:
RUST_BACKTRACE: 1
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/clippy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on:
# Only run on paths, that get checked by the clippy_dev tool
push:
paths:
- 'CAHNGELOG.md'
- 'README.md'
- '**.stderr'
- '**.rs'
- 'CAHNGELOG.md'
- 'README.md'
- '**.stderr'
- '**.rs'
pull_request:
paths:
- 'CAHNGELOG.md'
- 'README.md'
- '**.stderr'
- '**.rs'
- 'CAHNGELOG.md'
- 'README.md'
- '**.stderr'
- '**.rs'

env:
RUST_BACKTRACE: 1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/remark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Remark
on:
push:
paths:
- '**.md'
- '**.md'
pull_request:
paths:
- '**.md'
- '**.md'

jobs:
remark:
Expand Down

0 comments on commit a1759ba

Please sign in to comment.