biome: 1.9.2 -> 1.9.3 (#349335)
[NixPkgs.git] / .github / workflows / check-shell.yml
blob0ece4946f6d8b4db71f482d628eeca5a3d190ae0
1 name: "Check shell"
3 on:
4   pull_request_target:
6 permissions: {}
8 jobs:
9   x86_64-linux:
10     name: shell-check-x86_64-linux
11     runs-on: ubuntu-latest
12     steps:
13       - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
14         with:
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
18       - name: Build shell
19         run: nix-build shell.nix
21   aarch64-darwin:
22     name: shell-check-aarch64-darwin
23     runs-on: macos-latest
24     steps:
25       - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
26         with:
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
30       - name: Build shell
31         run: nix-build shell.nix