diff --git a/.editorconfig b/.editorconfig index 8003fae..cf1b5c1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,3 @@ -[*.md] +[*.{md,yaml,yml}] indent_size = 2 indent_style = space diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ad1a48..da039d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 # Not needed if lastUpdated is not enabled - submodules: recursive + submodules: recursive - uses: oven-sh/setup-bun@v1 - name: Setup Pages uses: actions/configure-pages@v4