Skip to content

Introduce AWS/KMS account import feature #282

Introduce AWS/KMS account import feature

Introduce AWS/KMS account import feature #282

Workflow file for this run

on:
- push
- pull_request
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9
run_install: true
- run: pnpm build
- name: jsr publish dry-run
run: npx jsr publish --dry-run
working-directory: packages/chrono-sdk
- if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v4
with:
name: chrono-extension
path: build