readme about the CI integration

This commit is contained in:
Tom Sydney Kerckhove 2022-03-06 13:30:51 +01:00
parent 42b897d514
commit 26fb60ca2f

View File

@ -24,8 +24,20 @@ loops:
ci: nix-build ci.nix --no-out-link
```
Then you can just run this command, and not have to remember the full incantation:
```
feedback ci
```
To see the full reference of options of the configuration file, run `feedback --help`.
### CI Integration
When sharing feedback loops with team members, it is important that no one breaks another's workflow.
You can use `feedback-test` to test out the feedback loops in a one-shot manner, so you can check that they still work on CI.
See `feedback-test --help` for more details.
## Comparison with other tools
| | feedback | [steeloverseer](https://github.com/schell/steeloverseer) | [watchexec](https://github.com/watchexec/watchexec) | [entr](https://github.com/eradman/entr)