From 0d17eded76bfba09c040a7e10df48c6a288b8d85 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Fri, 12 Feb 2021 12:55:27 +0100 Subject: [PATCH] Add license to README.md --- .github/index.mjs | 2 +- .github/readme/partials/license.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/index.mjs b/.github/index.mjs index fcb7d9a7..e454ad7b 100644 --- a/.github/index.mjs +++ b/.github/index.mjs @@ -49,7 +49,7 @@ .addConfig("user.name", "GitHub Action") .addConfig("user.email", "<>") .add([...staged]) - .commit("Auto regenerate files - [Skip GitHub Action]") + .commit("Auto-regenerate files") .push("origin", "master") console.log(gitted) } diff --git a/.github/readme/partials/license.md b/.github/readme/partials/license.md index 70962eec..0aa05032 100644 --- a/.github/readme/partials/license.md +++ b/.github/readme/partials/license.md @@ -4,3 +4,5 @@ MIT License Copyright (c) 2020 lowlighter ``` + +![License details](https://github.com/lowlighter/lowlighter/blob/master/metrics.licenses.svg) \ No newline at end of file