From f40361c34f10d6c3158b7ec17e966100e35818e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BChlbacher?= Date: Wed, 22 May 2024 23:11:18 +0200 Subject: [PATCH 1/2] chore(editorconfig): add `*.y{,a}ml` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Mühlbacher --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 58738895..2d9a3109 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,6 +17,10 @@ max_line_length = 72 indent_style = space indent_size = 2 +[*.y{,a}ml] +indent_size = 2 +indent_style = space + [Cargo.toml] indent_style = space indent_size = 4 From 368cdb87962e549b70bf4f6b41f7cc31b54cbcf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BChlbacher?= Date: Wed, 22 May 2024 23:11:43 +0200 Subject: [PATCH 2/2] ci: fix ci by updating gh actions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Mühlbacher --- .github/workflows/nixos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nixos.yml b/.github/workflows/nixos.yml index 19d6375a..e7347eb8 100644 --- a/.github/workflows/nixos.yml +++ b/.github/workflows/nixos.yml @@ -7,12 +7,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: cachix/install-nix-action@v23 + - uses: cachix/install-nix-action@v27 with: extra_nix_config: | experimental-features = nix-command flakes access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} - - uses: cachix/cachix-action@v12 + - uses: cachix/cachix-action@v15 with: name: bcachefs-tools # If you chose API tokens for write access OR if you have a private cache