Skip to content

feat: replace headers and subheaders with translations keys #30

feat: replace headers and subheaders with translations keys

feat: replace headers and subheaders with translations keys #30

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