Clarify that janus operates on public justfiles only (#2021)

This commit is contained in:
Casey Rodarmor 2024-05-01 11:01:02 -07:00 committed by GitHub
parent c237c0097b
commit 5aff1e8f48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -116,5 +116,5 @@ jobs:
- name: Test install.sh
run: |
bash www/install.sh --to /tmp --tag 1.0.0
bash www/install.sh --to /tmp --tag 1.25.0
/tmp/just --version

View File

@ -3224,9 +3224,9 @@ under this license.
### Janus
[Janus](https://github.com/casey/janus) is a tool that collects and analyzes
`justfile`s, and can determine if a new version of `just` breaks or changes the
interpretation of existing `justfile`s.
[Janus](https://github.com/casey/janus) is a tool for checking whether a change
to `just` breaks or changes the interpretation of existing `justfile`s. It
collects and analyzes public `justfile`s on GitHub.
Before merging a particularly large or gruesome change, Janus should be run to
make sure that nothing breaks. Don't worry about running Janus yourself, Casey