Skip to content

chore: make AWS compose env optional #41

chore: make AWS compose env optional

chore: make AWS compose env optional #41

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
- name: Lint
run: uv run ruff check
- name: Format
run: uv run ruff format --check