Loading .github/workflows/keep-sorted.yml +2 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,8 @@ jobs: nix_path: nixpkgs=${{ env.url }} - name: Install keep-sorted run: "nix-env -f '<nixpkgs>' -iAP keep-sorted" run: "nix-env -f '<nixpkgs>' -iAP keep-sorted jq" - name: Check that Nix files are sorted run: | git ls-files | xargs keep-sorted --mode lint git ls-files | xargs keep-sorted --mode lint | jq --raw-output '.[] | "Please make sure any new entries in \(.path) are sorted alphabetically."' Loading
.github/workflows/keep-sorted.yml +2 −2 Original line number Diff line number Diff line Loading @@ -33,8 +33,8 @@ jobs: nix_path: nixpkgs=${{ env.url }} - name: Install keep-sorted run: "nix-env -f '<nixpkgs>' -iAP keep-sorted" run: "nix-env -f '<nixpkgs>' -iAP keep-sorted jq" - name: Check that Nix files are sorted run: | git ls-files | xargs keep-sorted --mode lint git ls-files | xargs keep-sorted --mode lint | jq --raw-output '.[] | "Please make sure any new entries in \(.path) are sorted alphabetically."'