Skip to content

fix: moved referendum name into description section #3486

fix: moved referendum name into description section

fix: moved referendum name into description section #3486

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