Skip to content

PR - Add Delta Lake Backend for Cryptofeed #160

PR - Add Delta Lake Backend for Cryptofeed

PR - Add Delta Lake Backend for Cryptofeed #160

Workflow file for this run

name: flake8
on:
push:
paths:
- '*.py'
pull_request:
paths:
- '*.py'
jobs:
lint:
name: Flake8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.9"
- name: Run flake8
uses: julianwachholz/[email protected]
with:
checkName: "Flake8"
path: path/to/files
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}