File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Spelling & Styles
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+ paths :
8+ - ' **.md'
9+ pull_request :
10+ branches :
11+ - main
12+
13+ jobs :
14+ vale :
15+ runs-on : ubuntu-latest
16+
17+ steps :
18+ - uses : actions/checkout@v3
19+
20+ - name : Vale Linting
21+ uses : errata-ai/vale-action@reviewdog
22+ with :
23+ files : ' ["introduction/", "infrastructure/", "measuring/"]'
24+ vale_flags : " --glob=*.md"
25+ filter_mode : added
26+ debug : true
Original file line number Diff line number Diff line change 1+ # We want to ignore our vale StylesPath
2+ .github /vale /*
Original file line number Diff line number Diff line change 1+ StylesPath = .github/vale
2+ MinAlertLevel = suggestion
3+
4+ Packages = https://github.com/InnerSourceCommons/isc-styles/releases/latest/download/ISC.zip
5+
6+ [*]
7+ BasedOnStyles = ISC
8+
9+ ; If you **don't** want to check for the correct spelling of "InnerSource", comment this in
10+ ; ISC.InnerSource = NO
You can’t perform that action at this time.
0 commit comments