From d79b73b1094daeb51c797023e159f497fdd29e8d Mon Sep 17 00:00:00 2001 From: Johannes Nicolai Date: Fri, 1 Nov 2024 11:44:11 +0100 Subject: [PATCH] Fix awesome-lint CI * add punctuation (full stop) in line 234 to make CI work again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f38a630..b28a21b 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Paths Filter](https://github.com/dorny/paths-filter) - Conditionally run actions based on files modified by PR, feature branch or pushed commits. - [Minisauras](https://github.com/TeamTigers/minisauras) - Pulls all the JavaScript and CSS files from your base branch, minify them and creates a pull-request with a new branch. - [Website to GIF](https://github.com/PabloLec/website-to-gif) - Turn any webpage into a GIF to display on your README, docs, etc. -- [Interactive Inputs - Runtime workflow inputs](https://github.com/boasiHQ/interactive-inputs) - Add dynamic inputs at runtime for your GitHub Actions workflows +- [Interactive Inputs - Runtime workflow inputs](https://github.com/boasiHQ/interactive-inputs) - Add dynamic inputs at runtime for your GitHub Actions workflows. #### Environments