Skip to content

fix: layout in my votes dialog #3479

fix: layout in my votes dialog

fix: layout in my votes dialog #3479

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