Skip to content

feat(copilot): get available models from copilot endpoint #287

feat(copilot): get available models from copilot endpoint

feat(copilot): get available models from copilot endpoint #287

Workflow file for this run

name: Spelling
permissions:
contents: read
on: [pull_request]
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Spell Check 📝
uses: crate-ci/typos@v1.29.4
with:
config: ./spelling.toml