Skip to content

chore(i18n): add translations for header (#53) #138

chore(i18n): add translations for header (#53)

chore(i18n): add translations for header (#53) #138

Workflow file for this run

name: Lint and test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint-test:
name: Lint and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
- name: Install dependencies, lint files and run tests
run: |
npm ci
npm run lint