Browse Source

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 3 months ago
committed by GitHub
parent
commit
b0c2d3cddf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/build-code.yml

3
.github/workflows/build-code.yml

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

Loading…
Cancel
Save