Skip to content

Commit

Permalink
Attempt to validate action deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 15, 2025
1 parent b9c058e commit b5d5ebc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/cd.deployment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on:
push:
tags:
- latest

jobs:
test-deployment:
runs-on: ubuntu-latest
steps:
- run: '! pkgx --version'
- uses: pkgxdev/setup@latest
- run: pkgx --version

0 comments on commit b5d5ebc

Please sign in to comment.