Skip to content

Commit 05133e0

Browse files
committed
fix: rumdl config path change 3
1 parent be72e00 commit 05133e0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pr-any-lint-markdown.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
pull_request:
77
paths:
88
- "**.md"
9-
- "**rumdl.toml"
9+
- "{.,}rumdl.toml"
10+
- ".config/{.,}rumdl.toml"
1011

1112
concurrency:
1213
group: ${{ github.workflow }}-${{ github.ref }}
@@ -32,7 +33,8 @@ jobs:
3233
markdown:
3334
- added|modified: '**.md'
3435
rumdlconf:
35-
- added|modified: '**rumdl.toml'
36+
- added|modified: '{.,}rumdl.toml'
37+
- added|modified: '.config/{.,}rumdl.toml'
3638
list-files: escape
3739
- name: ⬇️ Install the latest version of uv
3840
if: steps.filter.outputs.markdown == 'true' || steps.filter.outputs.rumdlconf == 'true'

0 commit comments

Comments
 (0)