Skip to content

Commit

Permalink
actions/check: test building system configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
peterablehmann committed Nov 30, 2024
1 parent d6e0dbb commit 9760b9d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,16 @@ jobs:
run: nix develop --command bash -c 'octodns-sync --config-file result'
env:
HETZNER_DNS_API: ${{ secrets.HETZNER_DNS_API }}

Build:
needs: [Check, Lint]
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Setup Nix
uses: DeterminateSystems/nix-installer-action@main
with:
diagnostic-endpoint: ""
- name: "Build system configurations"
run: nix develop --command bash -c 'colmena apply build'

0 comments on commit 9760b9d

Please sign in to comment.