Skip to content

Commit

Permalink
Fix: ''で囲むように
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Sep 15, 2023
1 parent 4fd352c commit 37e2eb6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/java_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
- main
pull_request:
paths:
- ./crates/voicevox_core_java_api/**.java
- ./crates/voicevox_core_java_api/gradle/**
- ./crates/voicevox_core_java_api/gradlew
- ./crates/voicevox_core_java_api/settings.gradle
- ./.github/workflows/java_lint.yml
- './crates/voicevox_core_java_api/**.java'
- './crates/voicevox_core_java_api/gradle/**'
- './crates/voicevox_core_java_api/gradlew'
- './crates/voicevox_core_java_api/settings.gradle'
- './.github/workflows/java_lint.yml'

defaults:
run:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
- main
pull_request:
paths:
- ./example/python/**.py
- ./crates/voicevox_core_python_api/**.py
- ./crates/voicevox_core_python_api/requirements*.txt
- ./crates/voicevox_core_python_api/pyproject.toml
- ./.github/workflows/python_lint.yml
- './example/python/**.py'
- './crates/voicevox_core_python_api/**.py'
- './crates/voicevox_core_python_api/requirements*.txt'
- './crates/voicevox_core_python_api/pyproject.toml'
- './.github/workflows/python_lint.yml'

defaults:
run:
Expand Down

0 comments on commit 37e2eb6

Please sign in to comment.