Skip to content

fix: add input param to LanguageSwitcherComponent #303

fix: add input param to LanguageSwitcherComponent

fix: add input param to LanguageSwitcherComponent #303

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: CI
jobs:
run-build-and-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm i
- run: npm run build
- run: npm run build:lib
- run: npm run test
- uses: codecov/codecov-action@v2