Skip to content

chore: add auto defining page language and apply it to popoup tabs #75

chore: add auto defining page language and apply it to popoup tabs

chore: add auto defining page language and apply it to popoup tabs #75

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm install -g pnpm && pnpm install
- name: Run Unit tests
run: pnpm run test