Skip to content

ci: Use self-hosted for static site build #814

ci: Use self-hosted for static site build

ci: Use self-hosted for static site build #814

Workflow file for this run

name: "CI"
on:
push:
branches:
- master
pull_request:
jobs:
nix:
runs-on: ${{ matrix.system }}
strategy:
matrix:
system: [aarch64-darwin, x86_64-linux]
fail-fast: false
steps:
- uses: actions/checkout@v4
- run: om ci run --systems "${{ matrix.system }}"