Skip to content

Commit 5badb47

Browse files
committed
Different syntax for 'files' argument
1 parent 3ae3fff commit 5badb47

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/vale.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
- name: Vale Linting
2121
uses: errata-ai/vale-action@reviewdog
2222
with:
23-
files: '["introduction/*.asciidoc", "project-leader/*.asciidoc"]'
23+
# files: '["introduction/*.asciidoc", "project-leader/*.asciidoc"]'
24+
files: 'introduction/*.asciidoc,project-leader/*.asciidoc'
25+
separator: ","
2426
# vale_flags: "--glob=*.asciidoc"
2527
filter_mode: file
2628
debug: true

introduction/07-faq.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ InnerSource gives engineers the opportunity to develop their career, both in ter
4141
Also, many engineers value open source; InnerSource embraces open source practices, and can be a step towards open source for many projects.
4242

4343
=== What are the expectations on part of both host and contributor?
44-
Work together! This may be completely async via Pull Requests, or involve regular community catchups - whatever works for you.
44+
Work together! This may be completely async via Pull Requests, or involve regular community catch-ups - whatever works for you.
4545

4646
Communication and support must go in both directions and be open and collaborative, fostering a culture of psychological safety. Feedback on contributions, or existing code, must be approached with a growth mindset, and as partnership to make things better.
4747

0 commit comments

Comments
 (0)