chore: add treefmt and format files

This commit is contained in:
technofab 2024-09-13 17:21:32 +02:00
parent f30adf88d3
commit 97f49cbdf6
4 changed files with 67 additions and 55 deletions

View file

@ -2,11 +2,11 @@
Flake module which allows generating a `.gitlab-ci.yml` from Nix.
This allows easily using any Nix package in CI.
Also makes it possible to split CI parts in a separate module
Also makes it possible to split CI parts in a separate module
which can be imported in multiple projects.
## Usage
```nix
# flake.nix
{
@ -37,6 +37,7 @@ which can be imported in multiple projects.
}
}
```
```yaml
# .gitlab-ci.yml
include: