From 78082bc10f185af03b857522ab946532190b5bc5 Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Tue, 25 Jan 2022 13:24:00 +0100 Subject: [PATCH] Add a comment referring to the original Travis CI config from the new workflow. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9bf7ed1..0b12cfec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,5 @@ +# Based on https://github.com/aptly-dev/aptly/blob/master/.travis.yml + name: CI on: