From 301324b2d533b4c0cb4acf35f3050e7d842b2bbf Mon Sep 17 00:00:00 2001 From: JCGuerrero Date: Sat, 5 Jul 2025 13:40:53 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a14182d..80e4a84 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,7 @@ GitHub re-usable Actions & Workflows | Name | naming | CI | CodeQL | dependency-review | pull_request | Trigger 1x | Tests | semantic-release | | ------------------------------------------------------------- | ------ | --- | ------ | ----------------- | ------------ | ---------- | ----- | ---------------- | | [testing](https://github.com/percebus/github-actions-testing) | ✅ | ✅ | ❌ | N/A | ✅ | ❌ | ✅ | ❌ | + +### Related + +- [percebus/commons](https://github.com/percebus/commons): Common scripts and tools for DevOps From 5615bcff2de10ede22094c98cafea0536e1be0c7 Mon Sep 17 00:00:00 2001 From: JCGuerrero Date: Sat, 5 Jul 2025 13:43:56 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80e4a84..bd7efb8 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,4 @@ GitHub re-usable Actions & Workflows ### Related -- [percebus/commons](https://github.com/percebus/commons): Common scripts and tools for DevOps +- [percebus/commons](https://github.com/percebus/commons): Common scripts and tools for DevOps. From 8696677a7a0c064e754a7eb828dc17c56f55bcae Mon Sep 17 00:00:00 2001 From: JCGuerrero Date: Sat, 5 Jul 2025 13:45:40 -0500 Subject: [PATCH 3/3] f --- .prettierrc | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .prettierrc diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..168d9d2 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,3 @@ +{ + "endOfLine": "auto" +} diff --git a/README.md b/README.md index bd7efb8..2147d1a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ GitHub re-usable Actions & Workflows | Name | naming | CI | CodeQL | dependency-review | pull_request | Trigger 1x | Tests | semantic-release | | ----------------------------------------------------------- | ------ | --- | ------ | ----------------- | ------------ | ---------- | ----- | ---------------- | -| [common](https://github.com/percebus/github-actions-common) | ✅ | ✅ | ✅ | ✅ | same | ✅ | ✅ | ❌ | +| [common](https://github.com/percebus/github-actions-common) | ✅ | ✅ | ✅ | ✅ | ⚠️ | ✅ | ✅ | ❌ | ### Node.js