master branch

This commit is contained in:
GenZmeY 2022-03-29 23:22:41 +03:00
parent b42a01c1d7
commit 93da0fcbe0

View File

@ -3,7 +3,7 @@ name: locales-format
on: on:
push: push:
branches: branches:
- jq-action - master
jobs: jobs:
locales-format: locales-format:
@ -18,8 +18,8 @@ jobs:
run: | run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions" git config --local user.name "github-actions"
- name: Checkout jq-action - name: Checkout master
run: git checkout jq-action run: git checkout master
- name: Fix jsons - name: Fix jsons
run: find locales -type f -name '*.json' | xargs -P $(nproc) -I {} sh -c 'echo "$(jq . "$1")" > "$1"' -- {} run: find locales -type f -name '*.json' | xargs -P $(nproc) -I {} sh -c 'echo "$(jq . "$1")" > "$1"' -- {}
- name: Commit changes - name: Commit changes