mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
📝 Use yml instead of yaml
This commit is contained in:
parent
d6b0351bf7
commit
934f6a4f0d
3 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue