Skip to content

Commit

Permalink
add shared workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Oct 17, 2023
1 parent f9123e3 commit 333b4af
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/voicevox_shared.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: VOICEVOX Shared Workflow

on:
push:
pull_request:

defaults:
run:
shell: bash

jobs:
voicevox-shared-workflow:
uses: VOICEVOX/.github/.github/workflows/shared.yml@main

# Super Linter に必要
permissions:
contents: read
packages: read
statuses: write

0 comments on commit 333b4af

Please sign in to comment.