Skip to content

Change CI from using cspell to codespell (#2467) #25

Change CI from using cspell to codespell (#2467)

Change CI from using cspell to codespell (#2467) #25

Workflow file for this run

name: SpeechBrain pre-commit
on: # yamllint disable-line rule:truthy
push:
branches: [main, develop]
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- uses: pre-commit/[email protected]