mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-22 21:00:32 +01:00
10 lines
139 B
YAML
10 lines
139 B
YAML
on:
|
|
push:
|
|
branches: [main]
|
|
jobs:
|
|
tests:
|
|
runs-on: native
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- run: nix flake check
|