Yamagishi Kazutoshi
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
0 deletions
-
.github/workflows/lint-json.yml
-
.github/workflows/lint-yml.yml
|
|
@ -9,6 +9,7 @@ on: |
|
|
|
- '.prettier*' |
|
|
|
- '**/*.json' |
|
|
|
- '.github/workflows/lint-json.yml' |
|
|
|
- '!app/javascript/mastodon/locales/*.json' |
|
|
|
|
|
|
|
pull_request: |
|
|
|
paths: |
|
|
@ -17,6 +18,7 @@ on: |
|
|
|
- '.prettier*' |
|
|
|
- '**/*.json' |
|
|
|
- '.github/workflows/lint-json.yml' |
|
|
|
- '!app/javascript/mastodon/locales/*.json' |
|
|
|
|
|
|
|
jobs: |
|
|
|
lint: |
|
|
|
|
|
@ -10,6 +10,7 @@ on: |
|
|
|
- '**/*.yaml' |
|
|
|
- '**/*.yml' |
|
|
|
- '.github/workflows/lint-yml.yml' |
|
|
|
- '!config/locales/*.yml' |
|
|
|
|
|
|
|
pull_request: |
|
|
|
paths: |
|
|
@ -19,6 +20,7 @@ on: |
|
|
|
- '**/*.yaml' |
|
|
|
- '**/*.yml' |
|
|
|
- '.github/workflows/lint-yml.yml' |
|
|
|
- '!config/locales/*.yml' |
|
|
|
|
|
|
|
jobs: |
|
|
|
lint: |
|
|
|