Skip to content

71877 - OT - paywall dark theme #424

71877 - OT - paywall dark theme

71877 - OT - paywall dark theme #424

Workflow file for this run

name: CI
on:
push:
branches:
- master
- development
pull_request:
branches:
- master
- development
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test