CoolFace
Apppublic

softwareweaver/MusicGen

sourceHugging Facecc-by-nc-4.0updated 11mo agoView on Hugging Face
0likes
audiocraft_linter.yml18 linesDownload Raw Back to workflows
1name: audiocraft_linter2on:3  push:4    branches: [ main ]5  pull_request:6    branches: [ main ]7 8jobs:9  run_linter:10    name: Run linter11    runs-on: ubuntu-latest12    steps:13      - uses: actions/checkout@v214      - uses: ./.github/actions/audiocraft_build15      - run: |16          . env/bin/activate17          make linter18