Skip to content

update featured challenges and showcasese (#1993) #3641

update featured challenges and showcasese (#1993)

update featured challenges and showcasese (#1993) #3641

Workflow file for this run

name: Content and unit tests
on:
push:
branches: ['main']
pull_request:
branches: ['main']
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Use Node.js from .nvmrc
uses: actions/setup-node@v7
with:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci
- run: npm test