Skip to content

load_datagetter_data: Develop check_grant_data_tools_compatible #891

load_datagetter_data: Develop check_grant_data_tools_compatible

load_datagetter_data: Develop check_grant_data_tools_compatible #891

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.8
architecture: x64
- uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}-${{ hashFiles('**/requirements_dev.txt') }}
- run: pip install -r requirements.txt
- run: pip install -r requirements_dev.txt
- run: flake8
# To local srcs, we must specifically exclude src
- run: black --check --exclude "/(\.eggs|\.git|_cache|src)/" ./