Skip to content

chore: 🔧 Put the website under construction #39

chore: 🔧 Put the website under construction

chore: 🔧 Put the website under construction #39

Workflow file for this run

name: Data Continuous Integration
on:
push:
paths:
# pyfolio changed
- 'tools/**.py'
- 'tools/pyfolio/**'
- 'tools/requirements*'
# data changed
- me.yml
jobs:
Check-data-format:
runs-on: ubuntu-latest
name: Pyfolio check
steps:
- uses: actions/checkout@v2
- run: make --directory=tools check_me.yml