Skip to content

Merge pull request #28 from narumiruna/dependabot/pip/mlflow-2.6.0 #98

Merge pull request #28 from narumiruna/dependabot/pip/mlflow-2.6.0

Merge pull request #28 from narumiruna/dependabot/pip/mlflow-2.6.0 #98

Workflow file for this run

name: Lint
on:
push:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
matrix:
python-version: [3.9]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: rbialon/flake8-annotations@v1
- uses: py-actions/flake8@v2