From acffe059a9f5bfd02bde6f5e878ff6bdb1913dff Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Sun, 27 Mar 2022 13:09:35 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b3dbf7b..f74af4c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ The GitHub [Super-Linter](https://github.com/marketplace/actions/super-linter) p [My video walkthrough of this repository](https://youtu.be/aXZgQM8DqXg) +This repo is part of a group of my sample repos on GitHub Actions: + +* [bretfisher/github-actions-templates](https://github.com/BretFisher/github-actions-templates) - Main repo +* (you are here) [bretfisher/super-linter-workflow](https://github.com/BretFisher/super-linter-workflow) - Reusable linter workflow +* [bretfisher/docker-build-workflow](https://github.com/BretFisher/docker-build-workflow)- Reusable docker build workflow + + ## Features of this custom Super-Linter example - All the features of [Super-Linter](https://github.com/marketplace/actions/super-linter) in a *Reusable* Workflow.