We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7011599 commit 7142dffCopy full SHA for 7142dff
.github/workflows/e3sm-gh-md-linter.yml
@@ -7,6 +7,8 @@ on:
7
branches: ["master"]
8
paths:
9
- '**/*.md'
10
+ # for now let's not lint files in eamxx
11
+ - '!components/eamxx/**/*.md'
12
13
jobs:
14
linter:
0 commit comments