Skip to content

Add locale file path resolution for translation and content retrieval #77

Add locale file path resolution for translation and content retrieval

Add locale file path resolution for translation and content retrieval #77

Workflow file for this run

name: Build and Lint
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
test:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm test -- --watch=false
build:
name: Lint and Build
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm --prefix functions install
- run: npm run lint
# - run: npm run prettier
- run: npm run build
- run: npm --prefix functions run build