bat/.github
Martin Nordholts 719248f1c1
Simplify release-checklist.md by printing `-h`, `--help` and `man` in CI (#2183)
* Simplify release-checklist.md by printing `-h`, `--help` and `man` in CI

Note that we run `find . -name bat.1` before we run anything with
`--all-features`, because `--all-features` is considered a separate
target, and so we will get a different (but identical) `bat.1`. For
example, we might have these:

    ./target/debug/build/bat-218e9538b4996215/out/assets/manual/bat.1
    ./target/debug/build/bat-89d6f56802af023f/out/assets/manual/bat.1

By showing the man page earlier, there is only one `bat.1` to pick from.

* Use plain `man $(find . -name bat.1)`
2022-05-06 07:33:32 +02:00
..
ISSUE_TEMPLATE bug_report.md template: Explicitly ask for steps 2022-04-20 07:53:03 +02:00
workflows Simplify release-checklist.md by printing `-h`, `--help` and `man` in CI (#2183) 2022-05-06 07:33:32 +02:00
.codecov.yml Disable code-coverage comments 2020-08-02 21:51:23 +02:00
FUNDING.yml Add Enselic in FUNDING.yml 2021-07-26 20:11:34 +02:00
dependabot.yml Upgrade to GitHub-native Dependabot 2021-05-12 11:18:03 +02:00