about summary refs log tree commit diff
path: root/.github/workflows/lint-json.yml
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-02-04 23:18:14 +0100
committerGitHub <noreply@github.com>2023-02-04 23:18:14 +0100
commit76b4e7727b7497c1b68e06133831701f8950ae19 (patch)
treedee110c9c6afd598b202e73283d5c8f8ae6d3999 /.github/workflows/lint-json.yml
parentec26f7c1b16ca1429991212292e35e520c617485 (diff)
parentfa433ac5a638b00f5bf77ee52955696d7aa842d6 (diff)
Merge pull request #2101 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to '.github/workflows/lint-json.yml')
-rw-r--r--.github/workflows/lint-json.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/lint-json.yml b/.github/workflows/lint-json.yml
index 5bf4349b3..524ed083a 100644
--- a/.github/workflows/lint-json.yml
+++ b/.github/workflows/lint-json.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: