mirror of
https://github.com/lloeki/apply.git
synced 2025-12-06 09:24:38 +01:00
ci: also test on ksh
This commit is contained in:
parent
a519746560
commit
e0d5017c98
2 changed files with 10 additions and 1 deletions
|
|
@ -10,7 +10,12 @@
|
|||
rec {
|
||||
devShell = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
# Shells
|
||||
bash
|
||||
dash
|
||||
ksh
|
||||
|
||||
# Tools
|
||||
gnumake
|
||||
shellcheck
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue