Skip to content

Remove path restrictions from workflows #864

Remove path restrictions from workflows

Remove path restrictions from workflows #864

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.12.0"
cache: "npm"
cache-dependency-path: "./Tekst-Web/package-lock.json"
- run: npm install
- run: npm run build --if-present