From 7c525a04619aef44ac9de8d8d3a1f4593ec61e37 Mon Sep 17 00:00:00 2001 From: Jon Pretty Date: Thu, 1 Feb 2024 10:14:37 +0100 Subject: [PATCH] Really include contributing docs --- .github/workflows/admin.yml | 2 +- doc/intro.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/admin.yml b/.github/workflows/admin.yml index a32c5ec..53b445d 100644 --- a/.github/workflows/admin.yml +++ b/.github/workflows/admin.yml @@ -14,6 +14,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Tidy repository - uses: propensive/tumult@0.5.4 + uses: propensive/tumult@0.5.5 - name: Autocommit changes uses: stefanzweifel/git-auto-commit-action@v4 diff --git a/doc/intro.md b/doc/intro.md index 78eb0a5..3657b8d 100644 --- a/doc/intro.md +++ b/doc/intro.md @@ -1,3 +1,4 @@ Acyclicity provides a single data structure, `Dag[T]`, representing a graph of nodes of type `T`, with monadic operations and several other utility methods, plus the means to generate DOT for input to GraphViz. +