ci: Only do TS linting (formatting check) on Ubuntu

This commit is contained in:
TÖRÖK Attila 2024-09-19 15:33:41 +02:00
parent 68267ac7ec
commit 95f87936e9
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ jobs:
npm run build
- name: Check formatting
if: matrix.os == 'ubuntu-22.04'
working-directory: web
run: npm run lint