Remove now-unnecessary shellcheck check
This commit is contained in:
parent
239b4c9810
commit
6318aa12c1
2 changed files with 0 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -15,8 +15,6 @@ jobs:
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
- name: Enable magic Nix cache
|
- name: Enable magic Nix cache
|
||||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
- name: Shellcheck
|
|
||||||
run: nix develop --command shellcheck $(find . -type f -name "*.sh" -executable)
|
|
||||||
- name: Install pnpm dependencies
|
- name: Install pnpm dependencies
|
||||||
run: nix develop --command pnpm install
|
run: nix develop --command pnpm install
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
devShells = forEachSupportedSystem ({ pkgs }: {
|
devShells = forEachSupportedSystem ({ pkgs }: {
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
shellcheck
|
|
||||||
nodejs_latest
|
nodejs_latest
|
||||||
nodePackages_latest.pnpm
|
nodePackages_latest.pnpm
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue