mirror of
https://github.com/mwalbeck/nextcloud-breeze-dark.git
synced 2025-01-09 02:23:17 +00:00
Magnus Walbeck
9810a95c49
Switch to using BeforeTemplateRenderedListener for injecting theme metadata into body tag, instead of trying to use the theming app for it. Use the dark theme for enforcement instead, as the theming app now requires the enforced app to be a valid theme.
(cherry picked from commit 157f777dc8
)
18 lines
389 B
YAML
18 lines
389 B
YAML
name: Lint
|
|
|
|
on: pull_request
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Install dependencies
|
|
run: npm install
|
|
- name: Run prettier
|
|
if: ${{ always() }}
|
|
run: npm run prettier
|
|
# - name: Run stylelint
|
|
# continue-on-error: true
|
|
# if: ${{ always() }}
|
|
# run: npm run stylelint
|