Skip to content

Commit

Permalink
Format arguments (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Mar 7, 2023
1 parent ec14140 commit a4ca7a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ jobs:
- name: test globs
uses: ./
with:
args: --exclude-mail --verbose --no-progress './**/*.md' './**/*.html'
args: >-
--exclude-mail
--verbose
--no-progress
'./**/*.md'
'./**/*.html'
fail: true
- name: test workflow inputs
uses: ./
Expand Down

0 comments on commit a4ca7a7

Please sign in to comment.