Skip to content

Merge branch 'develop' of https://github.com/speechbrain/speechbrain … #21

Merge branch 'develop' of https://github.com/speechbrain/speechbrain …

Merge branch 'develop' of https://github.com/speechbrain/speechbrain … #21

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.8'
- uses: pre-commit/[email protected]