Skip to content

Commit

Permalink
normalise audio pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssaruth committed Nov 18, 2024
1 parent dbbef8a commit d3937eb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/normalise_audio.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Flutter CI
on:
workflow_dispatch:

jobs:
normalise-audio:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Install normalize-audio
run: sudo apt-get install -y normalize-audio
- name: Run script
run: ./scripts/normalise_audio.sh
- name: commit
uses: EndBug/add-and-commit@v9
with:
add: 'assets/*'
message: "Update audio files"

0 comments on commit d3937eb

Please sign in to comment.