Skip to content

feat: add translations #17

feat: add translations

feat: add translations #17

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.8.0'
- run: npm install .
working-directory: app
- run: npm run lint
working-directory: app