We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9404bda commit 53334fcCopy full SHA for 53334fc
1 file changed
.github/workflows/test.yml
@@ -29,6 +29,4 @@ jobs:
29
- name: Check adherence to EditorConfig
30
uses: greut/eclint-action@v0
31
with:
32
- eclint_args: |
33
- -exclude=css/*
34
- -exclude=preview/**
+ eclint_args: '-exclude=css/* -exclude=preview/**'
0 commit comments