From 706b01ed15e32fe739065356c2e72d0b57f66540 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 24 Sep 2020 14:07:56 +0200 Subject: [PATCH] add links to the documentation to the github workflow files --- .github/workflows/clean-up.yml | 3 +++ .github/workflows/main.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/clean-up.yml b/.github/workflows/clean-up.yml index e67df9c9..e325c934 100644 --- a/.github/workflows/clean-up.yml +++ b/.github/workflows/clean-up.yml @@ -1,3 +1,6 @@ +# GitHub Action to remove old artifacts +# Documentation: https://github.com/c-hive/gha-remove-artifacts + name: clean-up on: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b42dfa5a..06b9f21e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,3 +1,6 @@ +# Automate, customize, and execute your software development workflows right in your repository with GitHub Actions. +# Documentation: https://docs.github.com/en/actions + name: build on: [push, pull_request]