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: