Loading ci/github-script/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ It provides a `nix-shell` environment to run and test these actions locally. To run any of the scripts locally: - Provide `gh` on `PATH` and make sure it's authenticated. - Enter `nix-shell` in `./ci/github-script`. - Ensure `gh` is authenticated. ## Labeler Loading ci/github-script/shell.nix +3 −1 Original line number Diff line number Diff line Loading @@ -5,12 +5,14 @@ pkgs.callPackage ( { mkShell, gh, importNpmLock, mkShell, nodejs, }: mkShell { packages = [ gh importNpmLock.hooks.linkNodeModulesHook nodejs ]; Loading Loading
ci/github-script/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ It provides a `nix-shell` environment to run and test these actions locally. To run any of the scripts locally: - Provide `gh` on `PATH` and make sure it's authenticated. - Enter `nix-shell` in `./ci/github-script`. - Ensure `gh` is authenticated. ## Labeler Loading
ci/github-script/shell.nix +3 −1 Original line number Diff line number Diff line Loading @@ -5,12 +5,14 @@ pkgs.callPackage ( { mkShell, gh, importNpmLock, mkShell, nodejs, }: mkShell { packages = [ gh importNpmLock.hooks.linkNodeModulesHook nodejs ]; Loading