From 7dd4876c525b1d72644c9f6542b28dbce8722959 Mon Sep 17 00:00:00 2001 From: Vanilagy <1696106+Vanilagy@users.noreply.github.com> Date: Wed, 18 Jun 2025 16:45:11 +0200 Subject: [PATCH] Adjust CI --- .editorconfig | 6 +++++- .github/workflows/lint.yaml | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ee2704d..e2121f6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,4 +8,8 @@ indent_size = 2 [README.md] indent_style = space -indent_size = 4 \ No newline at end of file +indent_size = 4 + +[*.yaml] +indent_style = space +indent_size = 2 \ No newline at end of file diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 3b81bc1..ea5e0d8 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -20,6 +20,9 @@ jobs: - name: Install dependencies run: npm ci + - name: Run build + run: npm run build + - name: Run TypeScript run: npm run check