Skip to content

fix: replace translation merge with custom function (#264) #59

fix: replace translation merge with custom function (#264)

fix: replace translation merge with custom function (#264) #59

Workflow file for this run

name: "Main - Lint/Build/Tests"
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: "20"
- run: npm ci
- run: npx playwright install --with-deps
- run: npx nx run-many --target=build --all