diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/integration.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0dde34f66..8aa40bc3d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -92,5 +92,8 @@ jobs: - name: Setup venv run: make V=1 install + - name: Lint + run: make themes.lint + - name: Build run: make themes.all |