/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
.github/workflows/codespell.yml
22 строки
473 B
dependabot[bot]
ci: bump actions/checkout from 5 to 6 (#8871)
24 ноя 2025, 13:15
Не верифицирован
24 ноя 2025, 13:15
c446ed0
Код
Авторство
О чём код?
--- name: Codespell on: push: branches: [develop,master] pull_request: branches: [develop,master] jobs: codespell: if: ${{ false }} # disable for now name: Check for spelling errors runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v6 - name: Codespell uses: codespell-project/actions-codespell@v2 with: skip: "**/3rdpartylicenses.txt,**/package.json,**/package-lock.json"