We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53334fc commit 07e712fCopy full SHA for 07e712f
.github/workflows/test.yml
@@ -29,4 +29,6 @@ jobs:
29
- name: Check adherence to EditorConfig
30
uses: greut/eclint-action@v0
31
with:
32
- eclint_args: '-exclude=css/* -exclude=preview/**'
+ eclint_args: |
33
+ -exclude=css/*
34
+ -exclude=preview/**
0 commit comments