Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Ensure the old frontend is being linted as part of the build, pre-dep… #1369

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .circleci/config.yml
Expand Up @@ -31,6 +31,9 @@ jobs:
- run:
name: Linting
command: yarn lint
- run:
name: Lint-Hinting
command: yarn jshint
deploy:
working_directory: ~/cp-zen-platform
docker:
Expand Down