Skip to content

Commit

Permalink
chore: add check:deps to Circle workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anucreative committed Oct 9, 2023
1 parent be2f241 commit e4c235f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
- restore_cache:
key: << pipeline.parameters.cache_version >>-welcome-ui-{{ .Environment.CIRCLE_SHA1 }}
- run:
name: Critical vulnerabilities test (yarn audit)
command: yarn check:audit
name: Critical vulnerabilities test (yarn audit) and check no missing or unused dependencies
command: yarn check:audit && yarn check:deps

build_and_release_icon_font:
<<: *defaults
Expand Down Expand Up @@ -211,18 +211,18 @@ workflows:
filters:
tags:
only: /.*/
- vulnerabilities_yarn:
- yarn_install:
filters:
tags:
only: /.*/
requires:
- checkout
- yarn_install:
- vulnerabilities_yarn:
filters:
tags:
only: /.*/
requires:
- vulnerabilities_yarn
- yarn_install
- build_and_release_icon_font:
filters:
tags:
Expand Down

0 comments on commit e4c235f

Please sign in to comment.