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
2 changes: 1 addition & 1 deletion .github/workflows/always.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ concurrency:

jobs:
lint:
uses: percebus/github-actions-npm/.github/workflows/npm_run_script.yml@main
uses: percebus/github-actions-npm/.github/workflows/run_script.yml@main
with:
script: lint
7 changes: 3 additions & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true

permissions:
contents: read
pull-requests: read

jobs:
audit:
uses: percebus/github-actions-npm/.github/workflows/dependency-review.yml@main
permissions:
contents: read
pull-requests: read
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# github-actions

[`TODO`s](./TODO.md)
[`LICENSE`](./LICENSE.md) | [`TODO`s](./TODO.md)

[![[C]ontinuous [I]ntegration](https://github.com/percebus/github-actions/actions/workflows/always.yml/badge.svg)](https://github.com/percebus/github-actions/actions/workflows/always.yml) [![Pull Request](https://github.com/percebus/github-actions/actions/workflows/pull_request.yml/badge.svg?event=pull_request)](https://github.com/percebus/github-actions/actions/workflows/pull_request.yml)

Expand All @@ -13,15 +13,16 @@ GitHub re-usable Actions & Workflows
| Name | semantic-release |
| ----------------------------------------------------------- | ---------------- |
| [common](https://github.com/percebus/github-actions-common) | ❌ |
| [percebus/commons](https://github.com/percebus/commons) | ❌ |

### Node.js

| Name | naming | CodeQL | dependency-review | pull_request | Trigger 1x | semantic-release |
| ------------------------------------------------------- | ------ | ------ | ----------------- | ------------ | ---------- | ---------------- |
| [node](https://github.com/percebus/github-actions-node) | ✅ | ❌ | N/A | ⚠️ | ✅ | ❌ |
| [npm](https://github.com/percebus/github-actions-npm) | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ |
| [nvm](https://github.com/percebus/github-actions-nvm) | ✅ | ❌ | N/A | ⚠️ | ✅ | ❌ |
| [yarn](https://github.com/percebus/github-actions-yarn) | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ |
| Name | CodeQL | dependency-review | pull_request | Trigger 1x | semantic-release |
| ------------------------------------------------------- | ------ | ----------------- | ------------ | ---------- | ---------------- |
| [node](https://github.com/percebus/github-actions-node) | ❌ | N/A | ⚠️ | ✅ | ❌ |
| [npm](https://github.com/percebus/github-actions-npm) | ❌ | ✅ | ✅ | ❌ | ❌ |
| [nvm](https://github.com/percebus/github-actions-nvm) | ❌ | N/A | ⚠️ | ✅ | ❌ |
| [yarn](https://github.com/percebus/github-actions-yarn) | ❌ | ✅ | ✅ | ❌ | ❌ |

### Python

Expand All @@ -35,17 +36,13 @@ GitHub re-usable Actions & Workflows

### Containerization

| Name | naming | CodeQL | dependency-review | pull_request | Trigger 1x | Tests | semantic-release |
| ------------------------------------------------------------------------------- | ------ | ------ | ----------------- | ------------ | ---------- | ----- | ---------------- |
| [containerization](https://github.com/percebus/github-actions-containerization) | ✅ | ❌ | ❔ | ❌ | ❌ | ✅ | ❌ |
| [docker](https://github.com/percebus/github-actions-docker) | ❌ | ❌ | ❔ | ❌ | ❌ | ✅ | ❌ |
| Name | naming | CodeQL | dependency-review | pull_request | Trigger 1x | semantic-release |
| ------------------------------------------------------------------------------- | ------ | ------ | ----------------- | ------------ | ---------- | ---------------- |
| [containerization](https://github.com/percebus/github-actions-containerization) | ✅ | ❌ | ❔ | ❌ | ❌ | ❌ |
| [docker](https://github.com/percebus/github-actions-docker) | ❌ | ❌ | ❔ | ❌ | ❌ | ❌ |

### Testing

| Name | CodeQL | dependency-review | pull_request | Trigger 1x | 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.
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## TODOs

- [ ] Rename repo to "devops" and also document repo "commons"?
- [ ] TBD