chore(audio): stage local changes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
L'électron rare
2026-03-11 00:12:32 +01:00
parent 4b66781d2e
commit 1faac3c59d
5 changed files with 109 additions and 2 deletions
+24
View File
@@ -0,0 +1,24 @@
name: CI
on:
push:
branches: [main, master]
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
sanity:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- name: Sanity
run: |
test -f README.md || test -f Readme.md || test -f readme.md || test -f README
echo "Repository sanity OK"