Skip to content

Merge pull request #367 from i-dot-ai/feature/update-rds-module #511

Merge pull request #367 from i-dot-ai/feature/update-rds-module

Merge pull request #367 from i-dot-ai/feature/update-rds-module #511

Workflow file for this run

name: Check Python code
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
container: python:3.12.3
steps:
- uses: actions/checkout@v4
- name: Install Poetry
run: |
python -m pip install --upgrade poetry
poetry install --with development
- name: Run Python code checks
run: |
make check-python-code