Skip to content

Commit

Permalink
Attempt to validate action deployments
Browse files Browse the repository at this point in the history
mxcl committed Jan 15, 2025

Verified

This commit was signed with the committer’s verified signature.
lsorber Laurent Sorber
1 parent b9c058e commit 9687008
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/cd.deployment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
push:
tags:
- latest
workflow_dispatch:

jobs:
test-deployment:
runs-on: ubuntu-latest
steps:
- run: '! pkgx --version'
- uses: pkgxdev/setup@latest
- run: pkgx --version
2 changes: 2 additions & 0 deletions .github/workflows/ci.action.yml
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@ on:
push:
branches:
- main
paths:
- action.js
workflow_call:
pull_request:
paths:

0 comments on commit 9687008

Please sign in to comment.