Skip to content

feat: Datetime - Get first and last day of the current week #1935

feat: Datetime - Get first and last day of the current week

feat: Datetime - Get first and last day of the current week #1935

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