clan-infra/.gitea/workflows/check.yaml
Jörg Thalheim a03d6b75b4
Some checks failed
build / test (push) Failing after 2s
debug container
2023-07-20 15:40:20 +02:00

12 lines
202 B
YAML

name: build
on:
push:
jobs:
test:
runs-on: nix
steps:
- run: cat /etc/resolv.conf
- run: cat /etc/nsswitch.conf
- uses: actions/checkout@v3
- run: nix flake check -L