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