Skip to content

Feature/enhance

Feature/enhance #18

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: Python application
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 and Test
run: |
curl -sSf https://rye.astral.sh/get | RYE_INSTALL_OPTION=-y bash
source ~/.rye/env
rye sync
rye test