Skip to content

Update top announcement banner settings #10

Update top announcement banner settings

Update top announcement banner settings #10

Workflow file for this run

name: Validate CMS
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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