Skip to content

2255 matplotlib create piechart #1796

2255 matplotlib create piechart

2255 matplotlib create piechart #1796

Workflow file for this run

name: Lint notebooks
on:
pull_request:
types: [opened, reopened, edited, synchronize]
jobs:
check-notebooks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
- run: "make interactive='' check-notebooks"
flakeheaven:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
- run: "make interactive='' flakeheaven || echo 'Discarding errors for now but will be enforced at some point.'"
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
- run: "make interactive='' black || echo 'Discarding errors for now but will be enforced at some point.'"