Skip to content

Merge remote-tracking branch 'origin/main' into jose/add-translation #26

Merge remote-tracking branch 'origin/main' into jose/add-translation

Merge remote-tracking branch 'origin/main' into jose/add-translation #26

Workflow file for this run

name: Validate CMS
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: "20.x"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test