Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"endOfLine": "auto"
}
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.