Skip to content

Commit

Permalink
maintainers/scripts/check-by-name.sh: Introduce symlink alias
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Dec 21, 2023
1 parent 1968bee commit f882df7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-by-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 4 additions & 0 deletions maintainers/scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions maintainers/scripts/check-by-name.sh

0 comments on commit f882df7

Please sign in to comment.