Skip to content

codespell: fix typo warnings #88

codespell: fix typo warnings

codespell: fix typo warnings #88

Workflow file for this run

name: Lint with flake8
on: [push, pull_request, workflow_dispatch]
jobs:
lint:
name: Lint with flake8
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: pip install flake8
- name: Lint with flake8
run: |
flake8 pyipmi/ tests/ --count --show-source --statistics