We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d10faf5 commit d771657Copy full SHA for d771657
.github/workflows/backend.yml
@@ -0,0 +1,11 @@
1
+name: Backend
2
+
3
+on: [ workflow_dispatch, push, pull_request ]
4
5
+jobs:
6
+ run:
7
+ uses: flarum/framework/.github/workflows/REUSABLE_backend.yml@main
8
+ with:
9
+ enable_backend_testing: false
10
11
+ backend_directory: .
.github/workflows/frontend.yml
@@ -1,13 +1,13 @@
-name: SSO (Single Sign On) JS
+name: Frontend
on: [ workflow_dispatch, push, pull_request ]
jobs:
run:
uses: flarum/framework/.github/workflows/REUSABLE_frontend.yml@main
with:
- enable_bundlewatch: false
- enable_prettier: false
+ enable_bundlewatch: true
+ enable_prettier: true
enable_typescript: true
12
13
frontend_directory: ./js
0 commit comments