From de6b4246a0ac0ee53077955f1f9bd205bc94bf8e Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Tue, 10 May 2022 00:58:05 -0400 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 3488d4c..ede6d88 100644 --- a/README.md +++ b/README.md @@ -6,20 +6,6 @@ The GitHub [Super-Linter](https://github.com/marketplace/actions/super-linter) p [My video walkthrough of this repository](https://youtu.be/aXZgQM8DqXg) -## This repository is part of my example repos on GitHub Actions - -- (you are here) [bretfisher/github-actions-templates](https://github.com/BretFisher/github-actions-templates) - Main repository -- [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 -- [bretfisher/allhands22](https://github.com/BretFisher/github-actions-templates) - Step by step example of a Docker workflow -- [My full list of container examples and tools](https://github.com/bretfisher) - -## 🎉🎉🎉 Join my container DevOps community 🎉🎉🎉 - -- [My "Vital DevOps" Discord server](https://devops.fan) -- [My weekly YouTube Live show](https://bret.live) -- [My courses and coupons](https://www.bretfisher.com/courses) - ## Features of this custom Super-Linter example - All the features of [Super-Linter](https://github.com/marketplace/actions/super-linter) in a *Reusable* Workflow. @@ -78,4 +64,17 @@ Option 1: Use [nektos/act](https://github.com/nektos/act) to run an existing Git Option 2: Use Docker to [run the Super-Linter image directly](https://github.com/github/super-linter/blob/main/docs/run-linter-locally.md). +## This repository is part of my example repos on GitHub Actions + +- [bretfisher/github-actions-templates](https://github.com/BretFisher/github-actions-templates) - Main repository +- (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 +- [bretfisher/allhands22](https://github.com/BretFisher/github-actions-templates) - Step by step example of a Docker workflow +- [My full list of container examples and tools](https://github.com/bretfisher) + +## 🎉🎉🎉 Join my container DevOps community 🎉🎉🎉 + +- [My "Vital DevOps" Discord server](https://devops.fan) +- [My weekly YouTube Live show](https://bret.live) +- [My courses and coupons](https://www.bretfisher.com/courses) Option 3: Pick the linter you want to run from Super-Linter, then install it locally to run manually. If you have a linter config, be sure to point the linter to `.github/linters/*`, and also realize that super-linter has default linter configs, that may change the linters behavior inside super-linter, with [templates listed here](https://github.com/github/super-linter/tree/main/TEMPLATES).