Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Update README.md

Update README.md #359

Workflow file for this run

name: Flake8 lint
on: [push, pull_request]
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@v2
with:
python-version: "3.10"
- run: pip install flake8-quotes
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
path: "api/"