Skip to content

3148 add swaggo for swagger directory for rest #40

3148 add swaggo for swagger directory for rest

3148 add swaggo for swagger directory for rest #40

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
uses: codespell-project/actions-codespell@v1
with:
skip: "./integration/flyte/Makefile,testdata,docs/.vale/styles,*package-lock.json*,docs/docs/examples/model-training/Stable-Diffusion-Dreambooth/index.md,*go.sum*,*go.mod*,*node_modules*,*vendor*,./webui/build"
ignore_words_file: .gitprecommit/codespell_ignore_words.txt