Skip to content

Commit 7142dff

Browse files
authored
let's not lint files in components/eamxx for now
1 parent 7011599 commit 7142dff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e3sm-gh-md-linter.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
branches: ["master"]
88
paths:
99
- '**/*.md'
10+
# for now let's not lint files in eamxx
11+
- '!components/eamxx/**/*.md'
1012

1113
jobs:
1214
linter:

0 commit comments

Comments
 (0)