Skip to content

Fix usage of custom ServingRuntimes #140

Fix usage of custom ServingRuntimes

Fix usage of custom ServingRuntimes #140

Workflow file for this run

name: Python checks
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
flake8-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Check out source repository
uses: actions/checkout@v2
- name: Set up Python environment
uses: actions/setup-python@v1
with:
python-version: "3.7"
- name: flake8 Lint
uses: py-actions/flake8@v1
with:
path: backend