Removing lint for now
Some checks failed
Anatid Blog CI Workflow / test (./backend) (push) Successful in 27s
Anatid Blog CI Workflow / test (./frontend) (push) Successful in 29s
Anatid Blog CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/anatid-blog-backend, ./backend) (push) Failing after 36s
Anatid Blog CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/anatid-blog-frontend, ./frontend) (push) Successful in 43s
Anatid Blog CI Workflow / deploy (push) Has been skipped

This commit is contained in:
Phill Pover 2025-03-28 08:55:58 +00:00
parent 24eb5dad55
commit 1a331963d6

View File

@ -25,9 +25,9 @@ jobs:
- name: Clean install
run: npm ci
working-directory: ./${{ matrix.workingdir }}
- name: Run lint
run: npm run lint
working-directory: ./${{ matrix.workingdir }}
# - name: Run lint
# run: npm run lint
# working-directory: ./${{ matrix.workingdir }}
- name: Run tests
run: npm run test
working-directory: ./${{ matrix.workingdir }}