Skip to content

Fix simulator_events sample script and add documentation for it #4

Fix simulator_events sample script and add documentation for it

Fix simulator_events sample script and add documentation for it #4

Workflow file for this run

name: CI
on:
- push
- pull_request
env:
DEFAULT_PYTHON: "3.12"
jobs:
ruff:
name: Check ruff
runs-on: ubuntu-latest
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/setup-python@v5
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Upgrade pip
run: |
python -m pip install --upgrade pip
pip --version
- name: Install ruff
run: |
pip install ruff
- name: Run ruff
run: |
ruff check homeconnect