Skip to content

Support dark theme in Telegram previews #1409

Support dark theme in Telegram previews

Support dark theme in Telegram previews #1409

Workflow file for this run

name: Run checks
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16, 18, 20]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install dependencies, run TSC and ESLint
run: yarn install --immutable
- name: run checks
run: yarn checks