Skip to content

Merge pull request #58 from GWC-DCMB/fix_stats_percent_key #287

Merge pull request #58 from GWC-DCMB/fix_stats_percent_key

Merge pull request #58 from GWC-DCMB/fix_stats_percent_key #287

Workflow file for this run

name: check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.7]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Check Filepaths
run: |
python .github/check_filepaths.py