Skip to content

Commit

Permalink
gha check
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet committed Sep 19, 2024
1 parent a046e74 commit 842b500
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/push-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,33 @@ jobs:
access-tokens = github.com=${{ secrets.GH_PAT }}
github-token: ${{ secrets.GH_PAT }}
- run: MACHINE_KEY="${{ matrix.machine }}" ./x home check

darwin_check:
runs-on: ubuntu-latest
strategy:
matrix:
machine: ["appaquet@mbpapp"]
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 darwin check

nixos_check:
runs-on: ubuntu-latest
strategy:
matrix:
machine: ["appaquet@deskapp"]
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 nixos check

0 comments on commit 842b500

Please sign in to comment.