Skip to content

chore: update cibuildwheel #143

chore: update cibuildwheel

chore: update cibuildwheel #143

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
flake8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.8'
- name: Install flake8
run: pip install flake8 flake8-docstrings
- name: Run flake8
run: flake8 sklearn_pmml_model
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v4