Skip to content

Commit

Permalink
Merge branch 'next' into infra/eslint/logical-assignment-operators
Browse files Browse the repository at this point in the history
  • Loading branch information
xDivisionByZerox authored Mar 23, 2024
2 parents 9a3ef16 + 2884552 commit 4517996
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
exit 1;
else
# Otherwise check if something doc related changed.
git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF -- . \':!src/locale/\' \':!src/locales/\' \':!test/\' \':!package.json\' \':!pnpm-lock.yaml\' \':!.github/\'
git diff --quiet origin/next...$COMMIT_REF -- . \':!src/locale/\' \':!src/locales/\' \':!test/\' \':!package.json\' \':!pnpm-lock.yaml\' \':!.github/\'
fi
'''

Expand Down
2 changes: 0 additions & 2 deletions src/locales/en_GH/person/male_first_name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ export default [
'Terence',
'Thomas',
'Timothy',
'Thank God',
'Thy Will Be Done',
'Tom',
'Tony',
'Victor',
Expand Down

0 comments on commit 4517996

Please sign in to comment.