Skip to content

Commit a83f03a

Browse files
authored
Fix: [AEA-0000] - add step to run make lint (#12)
## Summary - Routine Change ### Details - add step to run `make lint`
1 parent 3738e97 commit a83f03a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/quality-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ jobs:
203203
exit 1
204204
fi
205205
206+
- name: Run code lint
207+
run: make lint
208+
206209
- name: actionlint
207210
uses: raven-actions/actionlint@v2
208211

0 commit comments

Comments
 (0)