Skip to content

Commit

Permalink
fix: Use reusable-workflows (#39)
Browse files Browse the repository at this point in the history
* fix: Use reusable-workflows

Signed-off-by: Dan Webb <dan.webb@damacus.io>
---------

Signed-off-by: Dan Webb <dan.webb@damacus.io>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
damacus and github-actions[bot] committed Feb 13, 2023
1 parent 1f70dbb commit 6a82fb1
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 135 deletions.
65 changes: 0 additions & 65 deletions .github/workflows/publish.yaml

This file was deleted.

9 changes: 9 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Build & Publish container
"on":
push:
branches: [main]

jobs:
publish:
uses: actionshub/reusable-workflows/.github/workflows/publish.yaml@cce19fb345836ccd29168d876a8a8eca454fb27a
69 changes: 0 additions & 69 deletions .github/workflows/pull_request.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Build & Publish container
"on":
pull_request:
jobs:
pull_request:
uses: actionshub/reusable-workflows/.github/workflows/pull_request.yaml@cce19fb345836ccd29168d876a8a8eca454fb27a
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ outputs:
description: "stdout from mdl"
runs:
using: "docker"
image: "docker://ghcr.io/actionshub/markdownlint:v3.1.2"
image: "docker://ghcr.io/actionshub/markdownlint:v3.1.3"

0 comments on commit 6a82fb1

Please sign in to comment.