mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-23 02:30:32 +01:00
11 lines
187 B
YAML
11 lines
187 B
YAML
|
on:
|
||
|
push:
|
||
|
branches: [main]
|
||
|
jobs:
|
||
|
tests:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v4
|
||
|
- uses: cachix/install-nix-action@v27
|
||
|
- run: nix flake check
|