Skip to content

Bump flask-appbuilder from 4.3.10 to 4.3.11 in /integration/airflow #1085

Bump flask-appbuilder from 4.3.10 to 4.3.11 in /integration/airflow

Bump flask-appbuilder from 4.3.10 to 4.3.11 in /integration/airflow #1085

Workflow file for this run

---
name: Codespell
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Codespell
run: |
yarn global add cspell@latest
make spellcheck-code