ci: init directory

This creates a new directory for all CI support files, will be populated
in future commits.
This commit is contained in:
Silvan Mosberger
2024-06-26 00:51:40 +02:00
parent 260616a5fd
commit 13599930cb
2 changed files with 6 additions and 1 deletions

4
ci/README.md Normal file
View File

@@ -0,0 +1,4 @@
# CI support files
This directory contains files to support CI, such as [GitHub Actions](https://github.com/NixOS/nixpkgs/tree/master/.github/workflows) and [Ofborg](https://github.com/nixos/ofborg).
This is in contrast with [`maintainers/scripts`](`../maintainers/scripts`) which is for human use instead.