From 882068a7c23e584ccd8d9f2c6dd4281872a127f1 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 20 Apr 2020 16:55:19 -0700 Subject: [PATCH] ;ci: linux: docs --- .github/workflows/linux.yml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a5100e11a..87be36fd1 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -196,12 +196,6 @@ jobs: # based on https://gist.github.com/mstksg/11f753d891cee5980326a8ea8c865233 # http://www.btellez.com/posts/triggering-github-actions-with-webhooks.html -# https://github.com/actions/cache -# https://github.com/actions/setup-haskell -# https://github.com/actions/upload-artifact -# https://github.com/marketplace/actions/cache -# https://github.com/marketplace/actions/checkout -# https://github.com/sdras/awesome-actions # https://help.github.com/en/actions # https://help.github.com/en/actions/reference/events-that-trigger-workflows # https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule @@ -209,8 +203,20 @@ jobs: # https://help.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows # https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources # https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet -# https://sevenzip.osdn.jp/chm/cmdline/commands/index.htm +# https://github.community/t5/GitHub-Actions/bd-p/actions +# https://github.com/actions/cache +# https://github.com/marketplace/actions/cache + +# https://github.com/actions/upload-artifact +# https://github.com/c-hive/gha-remove-artifacts + +# https://github.com/actions/setup-haskell + +# https://github.com/marketplace/actions/checkout +# https://github.com/sdras/awesome-actions + +# https://sevenzip.osdn.jp/chm/cmdline/commands/index.htm # https://github.com/mxschmitt/action-tmate # - name: Setup tmate session