Skip to content

Append missing AHHS values from the new dataset provided by IDMC #2870

Append missing AHHS values from the new dataset provided by IDMC

Append missing AHHS values from the new dataset provided by IDMC #2870

Workflow file for this run

name: Flake8 Lint
on:
push:
branches:
- 'develop'
- 'project/**'
pull_request:
branches:
- 'develop'
- 'project/**'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
steps:
- uses: actions/checkout@v2
- name: Install Flake8
run: |
pip install flake8
- name: Run Linters
run: |
flake8