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>
This commit is contained in:
dw-0
2024-10-05 20:53:33 +02:00
committed by GitHub
parent ecd75b5d8a
commit b0c2d3cddf

View File

@@ -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