Browse Source

Skip locales linting (#23352)

closed-social-glitch-2
Yamagishi Kazutoshi 1 year ago
committed by GitHub
parent
commit
420f33ccb9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      .github/workflows/lint-json.yml
  2. +2
    -0
      .github/workflows/lint-yml.yml

+ 2
- 0
.github/workflows/lint-json.yml View File

@ -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:

+ 2
- 0
.github/workflows/lint-yml.yml View File

@ -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:

Loading…
Cancel
Save