Skip to content

Web UI fixes

Web UI fixes #32

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Roman Gilg <romangg@manjaro.org>
# SPDX-License-Identifier: MIT
name: CI
on:
- push
- pull_request
jobs:
message-lint:
uses: ./.github/workflows/commit-lint.yml
with:
upstream-repo: https://github.com/anydistro/bxt.git
check-format:
uses: ./.github/workflows/check-format.yml
build:
uses: ./.github/workflows/build.yml
secrets: inherit