Skip to content

Move Spotify + YouTube widgets side by side, above the intro text #38

Move Spotify + YouTube widgets side by side, above the intro text

Move Spotify + YouTube widgets side by side, above the intro text #38

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run check
- run: npm test
- run: npm run build