mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
12 lines
172 B
YAML
12 lines
172 B
YAML
name: "CI"
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
pull_request:
|
|
jobs:
|
|
build:
|
|
runs-on: self-hosted
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- run: nixci
|