name: check on: push: branches: [master] pull_request: workflow_dispatch: jobs: check: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v31 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} - name: just doctor run: nix develop ./nix --command just doctor - name: just check run: nix develop ./nix --command just check - name: Role and package tests run: nix develop ./nix --command just test - name: Evaluate the corporate profile run: nix eval --impure ./nix#homeConfigurations.canonical.activationPackage.drvPath