Skip to content

Add production data implementation #10

Add production data implementation

Add production data implementation #10

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: Test and lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup rye
uses: sksat/[email protected]
with:
use-uv: true
- name: sync
run: rye sync
- name: lint
run: rye lint
- name: test
run: rye test