Skip to content

Merge pull request #171 from MLSysOps/feat/report-agent #8

Merge pull request #171 from MLSysOps/feat/report-agent

Merge pull request #171 from MLSysOps/feat/report-agent #8

Workflow file for this run

name: Lint
on:
push:
branches:
- dev
- main
pull_request:
branches:
- dev
- main
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Flake8 Lint
uses: py-actions/flake8@v2