Skip to content

Display AWS user code during device authorization #260

Display AWS user code during device authorization

Display AWS user code during device authorization #260

Workflow file for this run

name: Continuous integration
on: push
env:
AWS_DEFAULT_REGION: us-east-1
UV_VERSION: 0.5.5
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
version: ${{ env.UV_VERSION}}
enable-cache: true
- name: Install dependencies
run: |
uv python install
uv sync
- name: Lint and test
run: make ci
- name: Build
run: make pex
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
path: dist/*