mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-16 00:53:10 +00:00
Update demo.yml
This commit is contained in:
parent
27454cf777
commit
a4602ba9b7
1 changed files with 10 additions and 1 deletions
11
.github/workflows/demo.yml
vendored
11
.github/workflows/demo.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
demo:
|
||||
strategy:
|
||||
matrix:
|
||||
tool: [django, wagtail]
|
||||
tool: [django, wagtail, pallets, apostrophe, bolt]
|
||||
include:
|
||||
- tool: django
|
||||
repo: https://github.com/django/django
|
||||
|
|
@ -17,6 +17,15 @@ jobs:
|
|||
- tool: wagtail
|
||||
repo: https://github.com/wagtail/wagtail
|
||||
profile: django
|
||||
- tool: pallets
|
||||
repo: https://github.com/pallets/website
|
||||
profile: jinja
|
||||
- tool: apostrophe
|
||||
repo: https://github.com/apostrophecms/apostrophe
|
||||
profile: nunjucks
|
||||
- tool: bolt
|
||||
repo: https://github.com/bolt/core
|
||||
profile: nunjucks
|
||||
name: format
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue