Skip to content

gha check

gha check #9

Workflow file for this run

name: "Push checker"
on:
pull_request:
push:
jobs:
home_check:
runs-on: ubuntu-latest
strategy:
matrix:
machine: ["appaquet@mbpapp", "appaquet@deskapp", "appaquet@servapp"]
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GH_PAT }}
github-token: ${{ secrets.GH_PAT }}
- run: MACHINE_KEY="${{ matrix.machine }}" ./x home check