Skip to content

Commit

Permalink
Some small README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Jun 7, 2023
1 parent 4ea1065 commit e544981
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# flake-checker-action
# The Determinate Flake Checker Action

The `flake-checker-action` from [Determinate Systems][ds] performs health checks on your repos' [`flake.lock`][lock] files.
This flake checker [Action] from [Determinate Systems][detsys] performs health checks on your repos' [`flake.lock`][lock] files.
Specifically, it checks that your root [Nixpkgs] input:

* Was updated within the last 30 days
* Has been updated within the last 30 days
* Has the [`NixOS`][nixos-org] GitHub org as its owner
* Is from a supported Git branch

Expand All @@ -29,7 +29,8 @@ jobs:
run: nix build
```
[ds]: https://determinate.systems
[action]: https://github.com/features/actions
[detsys]: https://determinate.systems
[lock]: https://zero-to-nix.com/concepts/flakes#lockfile
[nixos-org]: https://github.com/NixOS
[nixpkgs]: https://github.com/NixOS/nixpkgs

0 comments on commit e544981

Please sign in to comment.