Skip to content

Move opam files to subdirectory #56

Move opam files to subdirectory

Move opam files to subdirectory #56

Workflow file for this run

name: ci
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Nix
uses: cachix/install-nix-action@v16
- name: Build flake
run: nix build --print-build-logs
- name: Check flake and run tests
run: nix flake check --keep-going --print-build-logs