Skip to content

Update code blocks #279

Update code blocks

Update code blocks #279

Workflow file for this run

name: Pylint
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- run: python3 -m pip install poetry
- run: poetry install --with dev
- run: poetry run python -m pylint llmio examples