Skip to content

Add rye source

Add rye source #2

Workflow file for this run

on:
push:
branches:
- main
jobs:
build-completion:
runs-on: ubuntu-latest
steps:
- name: Setup Rye
run: curl -sSf https://rye.astral.sh/get | RYE_INSTALL_OPTION="--yes" bash
- run: source "$HOME/.rye/env"
- run: rye sync
- run: |
mkdir -p ./export/js/aws
mkdir -p ./export/ts/aws
- run: rye run aws