Skip to content

Commit db0ef44

Browse files
committed
Add credo to master
1 parent e88b4c4 commit db0ef44

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/master.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ jobs:
7777
env:
7878
MIX_ENV: test
7979

80+
- name: Mix credo
81+
run: mix credo
82+
working-directory: ./services/app
83+
env:
84+
MIX_ENV: test
85+
8086
- name: Get yarn cache
8187
id: yarn-cache
8288
run: echo "::set-output name=dir::$(yarn cache dir)"

0 commit comments

Comments
 (0)