Skip to content

Commit 6718b8b

Browse files
authored
Merge pull request #15 from The-Nefarious-Developer/pipeline
docs: rename actions jobs and set pipeline badges
2 parents 5f20070 + dbb9c37 commit 6718b8b

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "(Release) Release dev container templates"
1+
name: "Release Devcontainer Templates"
22
on:
33
workflow_dispatch:
44
push:

.github/workflows/test-pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "PR - Test Updated Templates"
1+
name: "Test Latest Updated Templates"
22
on:
33
pull_request:
44

@@ -19,6 +19,7 @@ jobs:
1919
test:
2020
needs: [detect-changes]
2121
runs-on: ubuntu-latest
22+
if: ${{ needs.detect-changes.outputs.templates != '[]' && needs.detect-changes.outputs.templates != '' }}
2223
continue-on-error: true
2324
strategy:
2425
matrix:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
# Nefarious Development Container Templates
2+
3+
[![Release Devcontainer Templates](https://github.com/The-Nefarious-Developer/devcontainer-templates/actions/workflows/release.yaml/badge.svg)](https://github.com/The-Nefarious-Developer/devcontainer-templates/actions/workflows/release.yaml)
4+
[![Update Documentation](https://github.com/The-Nefarious-Developer/devcontainer-templates/actions/workflows/update-documentation.yaml/badge.svg)](https://github.com/The-Nefarious-Developer/devcontainer-templates/actions/workflows/update-documentation.yaml)
5+
[![Test Latest Updated Templates](https://github.com/The-Nefarious-Developer/devcontainer-templates/actions/workflows/test-pr.yaml/badge.svg)](https://github.com/The-Nefarious-Developer/devcontainer-templates/actions/workflows/test-pr.yaml)
6+
[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)

0 commit comments

Comments
 (0)