1 parent be72e00 commit 05133e0Copy full SHA for 05133e0
1 file changed
.github/workflows/pr-any-lint-markdown.yaml
@@ -6,7 +6,8 @@ on:
6
pull_request:
7
paths:
8
- "**.md"
9
- - "**rumdl.toml"
+ - "{.,}rumdl.toml"
10
+ - ".config/{.,}rumdl.toml"
11
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}
@@ -32,7 +33,8 @@ jobs:
32
33
markdown:
34
- added|modified: '**.md'
35
rumdlconf:
- - added|modified: '**rumdl.toml'
36
+ - added|modified: '{.,}rumdl.toml'
37
+ - added|modified: '.config/{.,}rumdl.toml'
38
list-files: escape
39
- name: ⬇️ Install the latest version of uv
40
if: steps.filter.outputs.markdown == 'true' || steps.filter.outputs.rumdlconf == 'true'
0 commit comments