From 836ef1fb3bbcfe14cdaadec9550adf20328286d4 Mon Sep 17 00:00:00 2001 From: saji Date: Mon, 21 Apr 2025 10:56:40 -0500 Subject: [PATCH] full urls again --- .editorconfig | 4 ++++ .forgejo/workflows/build.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 844771f..b283a03 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,3 +7,7 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 + +[*.y?ml] +indent_style = space +indent_size = 2 diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 0034fc4..0b3e71c 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -7,8 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: github.com/cachix/install-nix-action@v31 - - uses: github.com/DeterminateSystems/magic-nix-cache-action@main + - uses: "https://github.com/cachix/install-nix-action@v31" + - uses: "https://github.com/DeterminateSystems/magic-nix-cache-action@main" with: diagnostic-endpoint: "" - name: Build site