-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump eslint-config-amo from 5.9.0 to 5.10.0 (#12785)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e04408f
commit 31c4bf2
Showing
5 changed files
with
243 additions
and
515 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: GitHub Actions Demo | ||
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 | ||
on: [push] | ||
jobs: | ||
Explore-GitHub-Actions: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 18 | ||
cache: 'yarn' | ||
- name: Install node_modules | ||
run: yarn install --frozen-lockfile | ||
- name: Extract locales | ||
run: yarn extract-locales | ||
- name: Inspect file | ||
run: cat ./locale/templates/LC_MESSAGES/amo.pot | ||
- id: diff | ||
name: Diff changes | ||
run: | | ||
echo "short stat" | ||
git diff --shortstat | ||
echo "quiet diff" | ||
git diff --quiet HEAD -- ./locale/templates/LC_MESSAGES/amo.pot | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: amo\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2024-01-09 16:55+0000\n" | ||
"POT-Creation-Date: 2024-01-19 14:02+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -13,7 +13,7 @@ msgstr "" | |
"Content-Type: text/plain; charset=utf-8\n" | ||
|
||
#: src/amo/components/AddAddonToCollection/index.js:187 | ||
msgid "Loading…" | ||
msgid "Test" | ||
msgstr "" | ||
|
||
#: src/amo/components/AddAddonToCollection/index.js:189 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.