Feature/add lint step to build-code.yml workflow (#3879)

* add lint step to build-code.yml workflow

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
pull/3881/head
dw-0 2 weeks ago committed by GitHub
parent ecd75b5d8a
commit b0c2d3cddf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -29,6 +29,9 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Check code style
run: npm run lint
- name: Check formatting
run: npm run format:check

Loading…
Cancel
Save