Add missing build step before linting

This commit is contained in:
Simon Warta 2025-06-12 14:20:05 +02:00
parent e394361b80
commit d0a7338dc8
No known key found for this signature in database

View File

@ -26,5 +26,8 @@ jobs:
- name: Install dependencies
run: yarn install --immutable --immutable-cache --check-cache
- name: Build
run: yarn build
- name: Lint
run: yarn lint