Skip to content

Commit 0d57b4a

Browse files
committed
New exclude syntax
1 parent 07e712f commit 0d57b4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ jobs:
3030
uses: greut/eclint-action@v0
3131
with:
3232
eclint_args: |
33-
-exclude=css/*
34-
-exclude=preview/**
33+
-exclude={css/*,preview/**}

0 commit comments

Comments
 (0)