Skip to content

Commit

Permalink
Merge pull request #15 from The-Nefarious-Developer/pipeline
Browse files Browse the repository at this point in the history
docs: rename actions jobs and set pipeline badges
  • Loading branch information
NickChecan authored Oct 19, 2024
2 parents 5f20070 + dbb9c37 commit 6718b8b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "(Release) Release dev container templates"
name: "Release Devcontainer Templates"
on:
workflow_dispatch:
push:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "PR - Test Updated Templates"
name: "Test Latest Updated Templates"
on:
pull_request:

Expand All @@ -19,6 +19,7 @@ jobs:
test:
needs: [detect-changes]
runs-on: ubuntu-latest
if: ${{ needs.detect-changes.outputs.templates != '[]' && needs.detect-changes.outputs.templates != '' }}
continue-on-error: true
strategy:
matrix:
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# Nefarious Development Container Templates

[![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)
[![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)
[![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)
[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)

0 comments on commit 6718b8b

Please sign in to comment.