Skip to content

Commit 09a2060

Browse files
committed
Merge remote-tracking branch 'origin/develop' into fix/modal-keyboard-nav-950
2 parents 86b01b0 + ddc38f7 commit 09a2060

224 files changed

Lines changed: 1022 additions & 6239 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/crowdin-upload-keys.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
env:
2727
CROWDIN_TOKEN: ${{ secrets.CROWDIN_TOKEN }}
2828
run: |
29-
crowdin upload sources --config .crowdin.yaml -b main
29+
crowdin upload sources --config .crowdin.yaml -b "${GITHUB_REF##*/}"

eslint.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ export default [
1717
"@typescript-eslint/no-explicit-any": "off",
1818
"@typescript-eslint/no-floating-promises": "off",
1919
"@typescript-eslint/no-misused-promises": "off",
20-
"@typescript-eslint/no-unused-vars": "off",
21-
"@typescript-eslint/require-await": "off",
2220
},
2321
},
2422
];

0 commit comments

Comments
 (0)