Skip to content

docs(contributing): add a contributing guide that includes tools used… #32

docs(contributing): add a contributing guide that includes tools used…

docs(contributing): add a contributing guide that includes tools used… #32

name: YNAmazon
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install libjpeg-dev (used for Pillow library)
run: sudo apt-get install libjpeg-dev
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
version: 0.6.12
- name: Install Python using uv
run: uv python install
- name: Install Packages using uv
run: uv sync
- name: Run ruff
run: uv run ruff check