Skip to content

feat(languages): Handle source and target languages #5

feat(languages): Handle source and target languages

feat(languages): Handle source and target languages #5

Workflow file for this run

name: Build and publish image to Docker Packages
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run build --if-present
- run: npm run test:e2e