Skip to content

feat: twitter get recent tweets #2161

feat: twitter get recent tweets

feat: twitter get recent tweets #2161

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.'"