Spaces:
Build error
Build error
Update audiocraft_linter.yml
Browse filesupdate to actions/checkout@v3
.github/workflows/audiocraft_linter.yml
CHANGED
|
@@ -10,7 +10,7 @@ jobs:
|
|
| 10 |
name: Run linter
|
| 11 |
runs-on: ubuntu-latest
|
| 12 |
steps:
|
| 13 |
-
- uses: actions/checkout@
|
| 14 |
- uses: ./.github/actions/audiocraft_build
|
| 15 |
- run: |
|
| 16 |
. env/bin/activate
|
|
|
|
| 10 |
name: Run linter
|
| 11 |
runs-on: ubuntu-latest
|
| 12 |
steps:
|
| 13 |
+
- uses: actions/checkout@v3
|
| 14 |
- uses: ./.github/actions/audiocraft_build
|
| 15 |
- run: |
|
| 16 |
. env/bin/activate
|