Skip to content

fix: expose i18n helpers globally #337

fix: expose i18n helpers globally

fix: expose i18n helpers globally #337

Workflow file for this run

name: CI
on:
push:
branches: ['**']
pull_request:
branches: ['**']
jobs:
lint-and-test:
name: Lint & Test (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Test with coverage
run: npm run test:coverage
env:
ACCESS_KEY: testkey123
OPENCLAW_WORKSPACE: /tmp/claw_test_ws
NODE_ENV: test