Skip to content

Commit 9561e02

Browse files
committed
ci: publish to jsr registry
1 parent 6a1b0bc commit 9561e02

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/ci.yml

+24
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,27 @@ jobs:
4545
deno run -A src/dagger/list_jobs.ts
4646
dagger functions
4747
working-directory: ${{ matrix.modules }}
48+
publish:
49+
needs: test
50+
runs-on: ubuntu-latest
51+
permissions:
52+
contents: read
53+
id-token: write
54+
strategy:
55+
matrix:
56+
modules:
57+
- ansible
58+
- ansible-lint
59+
- awesome-ci
60+
- checkmake
61+
- flakestry
62+
- jsonlint
63+
- r2-sync
64+
- scorecard
65+
- terraform-docs
66+
- yamllint
67+
steps:
68+
- uses: actions/checkout@v4
69+
- name: Publish package
70+
run: npx jsr publish
71+
working-directory: ${{ matrix.modules }}

0 commit comments

Comments
 (0)