We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7a992 commit eb3295cCopy full SHA for eb3295c
.github/workflows/ci.yml
@@ -12,6 +12,7 @@ jobs:
12
with:
13
node-version: '12.x'
14
- run: npm install
15
- - run: git status -s --untracked-files=no
+ - name: Check if the git repository is clean
16
+ run: exit $( git status --porcelain --untracked-files=no | head -255 | wc -l )
17
- run: npm run lint
18
- run: make
0 commit comments