Skip to content

🔧 (fix) update staturgence post tests #1517

🔧 (fix) update staturgence post tests

🔧 (fix) update staturgence post tests #1517

Workflow file for this run

name: Python CI
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
architecture: 'x64'
- run: |
pip install -r requirements.txt
pylint --load-plugins=pylint_airflow --fail-under=10.0 */**.py