CoolFace
Apppublic

weekev/babylon-chat

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
codespell.yml20 linesDownload Raw Back to workflows
1---2name: Codespell3 4on:5  push:6    branches: [main]7  pull_request:8    branches: [main]9 10jobs:11  codespell:12    name: Check for spelling errors13    runs-on: ubuntu-latest14 15    steps:16      - name: Checkout17        uses: actions/checkout@v318      - name: Codespell19        uses: codespell-project/actions-codespell@v220