Don't ignore lints
This commit is contained in:
parent
d33d49baa2
commit
df0fae74ec
1 changed files with 1 additions and 2 deletions
3
.github/workflows/check.yml
vendored
3
.github/workflows/check.yml
vendored
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
cd frontend
|
cd frontend
|
||||||
npm ci
|
npm ci
|
||||||
npm run build
|
npm run build
|
||||||
npm run lint || true # ignore linting errors for now
|
npm run lint
|
||||||
if [[ $(git status --porcelain) ]]; then
|
if [[ $(git status --porcelain) ]]; then
|
||||||
git status --porcelain
|
git status --porcelain
|
||||||
echo "Failing CI because the working directory is not clean after linting."
|
echo "Failing CI because the working directory is not clean after linting."
|
||||||
|
|
@ -61,5 +61,4 @@ jobs:
|
||||||
- name: Test frontend
|
- name: Test frontend
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
npm ci
|
|
||||||
npm run test
|
npm run test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue