Skip to content

Commit

Permalink
Different syntax for 'files' argument
Browse files Browse the repository at this point in the history
  • Loading branch information
spier committed May 26, 2023
1 parent 3ae3fff commit 5badb47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Vale Linting
uses: errata-ai/vale-action@reviewdog
with:
files: '["introduction/*.asciidoc", "project-leader/*.asciidoc"]'
# files: '["introduction/*.asciidoc", "project-leader/*.asciidoc"]'
files: 'introduction/*.asciidoc,project-leader/*.asciidoc'
separator: ","
# vale_flags: "--glob=*.asciidoc"
filter_mode: file
debug: true
Expand Down
2 changes: 1 addition & 1 deletion introduction/07-faq.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ InnerSource gives engineers the opportunity to develop their career, both in ter
Also, many engineers value open source; InnerSource embraces open source practices, and can be a step towards open source for many projects.

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

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.

Expand Down

0 comments on commit 5badb47

Please sign in to comment.