Skip to content

feat(i18n): implement danish translations #6076

feat(i18n): implement danish translations

feat(i18n): implement danish translations #6076

Workflow file for this run

name: chromatic
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
cancel-in-progress: true
permissions:
contents: read
jobs:
chromatic:
name: 📚 Chromatic
runs-on: ubuntu-24.04-arm
steps:
- name: ☑️ Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event.pull_request.head.sha || github.sha }}
persist-credentials: false
- uses: voidzero-dev/setup-vp@250f29ce396baf5e8f24498e17c0dfdebabc26eb # v1.15.0
with:
node-version: lts/*
cache: true
sfw: true
- name: 🧪 Run Chromatic Visual and Accessibility Tests
uses: chromaui/action@94713c544284a14195de3b50ef24301579f1877e # v18.0.1
with:
buildCommand: vp run build-storybook
outputDir: storybook-static
env:
CHROMATIC_BRANCH: ${{ github.event.pull_request.head.ref || github.ref_name }}
CHROMATIC_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
CHROMATIC_SLUG: ${{ github.repository }}