Skip to content

Update pymodbus requirement from ~=3.6.9 to ~=3.8.3 #220

Update pymodbus requirement from ~=3.6.9 to ~=3.8.3

Update pymodbus requirement from ~=3.6.9 to ~=3.8.3 #220

Workflow file for this run

name: "Lint"
on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
jobs:
ruff:
name: "Ruff"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repository"
uses: "actions/[email protected]"
- name: "Set up Python"
uses: actions/[email protected]
with:
python-version: "3.11"
cache: "pip"
- name: "Install requirements"
run: python3 -m pip install -r requirements.txt
- name: "Run"
run: python3 -m ruff check .