Skip to content

content: add 2023 recap news #1064

content: add 2023 recap news

content: add 2023 recap news #1064

Workflow file for this run

on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build
- run: npm run lint