Skip to content

Commit ef85297

Browse files
committed
add licence checker
1 parent aeea57a commit ef85297

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,15 @@ jobs:
370370
# Orchestrate jobs using workflows
371371
# See: https://circleci.com/docs/configuration-reference/#workflows
372372
workflows:
373+
license-checker:
374+
jobs:
375+
- licenses-check:
376+
name: Run License checker
377+
filters:
378+
branches:
379+
only:
380+
- /^license.*/
381+
373382
frontend-tests:
374383
<<: *ignore-for-manual-build
375384
jobs:

0 commit comments

Comments
 (0)