Skip to content

Commit

Permalink
Merge pull request #372 from tktcorporation/fix/371
Browse files Browse the repository at this point in the history
fix/371
  • Loading branch information
tktcorporation committed Sep 25, 2023
2 parents 24b228a + 504e9ec commit 5b8e3d5
Show file tree
Hide file tree
Showing 17 changed files with 414 additions and 609 deletions.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{
"name": "discord-tts-bot",

"image": "mcr.microsoft.com/devcontainers/universal:2",
"customizations": {
"vscode": {
"extensions": [
Expand Down
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@
# Sound data
sounds/*
!sounds/shabeko_dayo.wav
!sounds/2_23_AM_2.mp3
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,6 @@ jobs:
sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/bin/yt-dlp && \
sudo chmod a+rx /usr/bin/yt-dlp
curl -L https://github.com/jiro4989/ojosama/releases/download/v0.11.0/ojosama_0.11.0_linux_x86_64.tar.gz -o /tmp/ojosama_0.11.0_linux_x86_64.tar.gz && \
tar -xzf /tmp/ojosama_0.11.0_linux_x86_64.tar.gz -C /usr/local/bin && \
rm /tmp/ojosama_0.11.0_linux_x86_64.tar.gz
# /caching
- name: Run tests
uses: actions-rs/cargo@v1
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ tmp/
# Sound data
/sounds/*
!/sounds/shabeko_dayo.wav
!/sounds/2_23_AM_2.mp3
Loading

0 comments on commit 5b8e3d5

Please sign in to comment.