Skip to content

feat(import): We can import language multiple times and added an opti… #12

feat(import): We can import language multiple times and added an opti…

feat(import): We can import language multiple times and added an opti… #12

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