Skip to content

ci: add ci for dns #111

ci: add ci for dns

ci: add ci for dns #111

Workflow file for this run

name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v11
with:
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.5pre20211026_5667822/install
# Configure Nix to enable flakes
extra_nix_config: |
experimental-features = nix-command flakes
# Run the general flake checks
- run: nix flake check