maintainers/scripts/check-by-name.sh: Introduce symlink alias
This commit is contained in:
parent
1968beeabd
commit
f882df781c
2
.github/workflows/check-by-name.yml
vendored
2
.github/workflows/check-by-name.yml
vendored
@ -91,6 +91,6 @@ jobs:
|
||||
exit 0
|
||||
else
|
||||
exitCode=$?
|
||||
echo "To run locally: ./pkgs/test/nixpkgs-check-by-name/scripts/run-local.sh $GITHUB_BASE_REF https://github.com/$GITHUB_REPOSITORY.git"
|
||||
echo "To run locally: ./maintainers/scripts/check-by-name.sh $GITHUB_BASE_REF https://github.com/$GITHUB_REPOSITORY.git"
|
||||
exit "$exitCode"
|
||||
fi
|
||||
|
@ -9,6 +9,10 @@ What follows is a (very incomplete) overview of available scripts.
|
||||
|
||||
## Metadata
|
||||
|
||||
### `check-by-name.sh`
|
||||
|
||||
An alias for `pkgs/test/nixpkgs-check-by-name/scripts/run-local.sh`, see [documentation](../../pkgs/test/nixpkgs-check-by-name/scripts/README.md).
|
||||
|
||||
### `get-maintainer.sh`
|
||||
|
||||
`get-maintainer.sh [selector] value` returns a JSON object describing
|
||||
|
1
maintainers/scripts/check-by-name.sh
Symbolic link
1
maintainers/scripts/check-by-name.sh
Symbolic link
@ -0,0 +1 @@
|
||||
../../pkgs/test/nixpkgs-check-by-name/scripts/run-local.sh
|
Loading…
Reference in New Issue
Block a user