update DEFAULT_OPENAI_GENERATE_MODEL because of deprication #20987
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Typo CI | |
on: | |
push: | |
branches-ignore: | |
- main | |
jobs: | |
spellcheck: | |
name: Typo CI (GitHub Action) | |
runs-on: ubuntu-22.04 | |
timeout-minutes: 4 | |
if: "!contains(github.event.head_commit.message, '[ci skip]')" | |
steps: | |
- name: TypoCheck | |
uses: typoci/spellcheck-action@a63b1430c8f0ceed9fd0bd0f3ad8f7466e6c695d # v1.1.0 | |
# with: | |
# A license can be purchased via: | |
# https://gumroad.com/l/MvvBE | |
# typo_ci_license_key: ${{ secrets.TYPO_CI_LICENSE_KEY }} | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |