Skip to content

Rethink use of text accent color in browse toolbar #1161

Rethink use of text accent color in browse toolbar

Rethink use of text accent color in browse toolbar #1161

Workflow file for this run

name: Check Tekst-Web build and code style
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./Tekst-Web
steps:
- uses: actions/checkout@v6
- name: Use Node.js 20.14.0
uses: actions/setup-node@v6
with:
node-version: "24.13.0"
cache: "npm"
cache-dependency-path: "./Tekst-Web/package-lock.json"
- run: npm install
- run: npm run build --if-present