From 934f6a4f0ddbc50f838c93c23c8e68aa08168fcc Mon Sep 17 00:00:00 2001 From: Jo Date: Fri, 23 May 2025 01:11:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Use=20yml=20instead=20of=20yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/{deadnix.yaml => deadnix.yml} | 0 .github/workflows/{validate.yaml => validate.yml} | 0 README.md | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{deadnix.yaml => deadnix.yml} (100%) rename .github/workflows/{validate.yaml => validate.yml} (100%) diff --git a/.github/workflows/deadnix.yaml b/.github/workflows/deadnix.yml similarity index 100% rename from .github/workflows/deadnix.yaml rename to .github/workflows/deadnix.yml diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yml similarity index 100% rename from .github/workflows/validate.yaml rename to .github/workflows/validate.yml diff --git a/README.md b/README.md index e637ba8..3f83a3f 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ nix-shell -p sops --run "sops updatekeys secrets/example.yaml" Currently, this repository houses 2 workflows, which are executed when pushing to the v2 branch. #### ↪️ `Nix: check for unused code` -This workflow can be found in `.github/workflows/deadnix.yaml`, +This workflow can be found in `.github/workflows/deadnix.yml`, and should be pretty self-explanatory. Here's what it does: @@ -83,7 +83,7 @@ Here's what it does: 3. Creates a new commit, instantly removing any unused code #### ↪️ `Nix: validate flake` -This workflow can be found in `.github/workflows/validate.yaml`. +This workflow can be found in `.github/workflows/validate.yml`. It simply validates a flake using `nix flake check`. To be specific, it does the following: