fix: layout in my votes dialog #3479
Workflow file for this run
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
name: Check localisation | |
on: | |
pull_request: | |
jobs: | |
check-localisation: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: ⚙️ Install dependencies | |
uses: ./.github/workflows/install-pnpm | |
- name: 📝 Check localisation files | |
run: pnpm lint:i18n-locale | |
- name: 🌐 Check if components are translated | |
if: always() | |
run: pnpm lint:i18n-tsx |