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 a14182d..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 @@ -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.