fritz-exporter: 2.5.0 -> 2.5.1
[NixPkgs.git] / .github / workflows / check-shell.yml
blob82bc43fb9294102475048b39bdf2ab42c080ef21
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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