ci(lint): ensure linted results are pushed for build to pass (#25196)

This commit is contained in:
Liam DeBeasi
2022-04-26 22:43:20 +05:45
committed by GitHub
parent 70d278414e
commit b259ca6a1f
7 changed files with 11 additions and 14 deletions

View File

@ -18,3 +18,10 @@ runs:
run: npm run lint
shell: bash
working-directory: ./core
# Lint changes should be pushed
# to the branch before the branch
# is merge eligible.
- name: Check Lint Results
run: git diff --exit-code
shell: bash
working-directory: ./core