mirror of
https://github.com/NorfairKing/feedback.git
synced 2024-11-27 00:47:13 +03:00
readme about the CI integration
This commit is contained in:
parent
42b897d514
commit
26fb60ca2f
12
README.md
12
README.md
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user