Skip to content

BAU: Bump @govuk-one-login/frontend-language-toggle from 1.1.0 to 2.2.0 #926

BAU: Bump @govuk-one-login/frontend-language-toggle from 1.1.0 to 2.2.0

BAU: Bump @govuk-one-login/frontend-language-toggle from 1.1.0 to 2.2.0 #926

Workflow file for this run

name: i18n checks
on:
pull_request:
types:
- opened
- reopened
- ready_for_review
- synchronize
push:
branches:
- main
jobs:
check-i18n:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Run translation checks
run: yarn run check-translation