10 name: shell-check-x86_64-linux
11 runs-on: ubuntu-latest
13 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15 # pull_request_target checks out the base branch by default
16 ref: refs/pull/${{ github.event.pull_request.number }}/merge
17 - uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
19 run: nix-build shell.nix
22 name: shell-check-aarch64-darwin
25 - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27 # pull_request_target checks out the base branch by default
28 ref: refs/pull/${{ github.event.pull_request.number }}/merge
29 - uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
31 run: nix-build shell.nix