Skip to content

Commit d771657

Browse files
committed
ci: Added backend action
1 parent d10faf5 commit d771657

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

.github/workflows/backend.yml

+11
Original file line numberDiff line numberDiff line change
@@ -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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name: SSO (Single Sign On) JS
1+
name: Frontend
22

33
on: [ workflow_dispatch, push, pull_request ]
44

55
jobs:
66
run:
77
uses: flarum/framework/.github/workflows/REUSABLE_frontend.yml@main
88
with:
9-
enable_bundlewatch: false
10-
enable_prettier: false
9+
enable_bundlewatch: true
10+
enable_prettier: true
1111
enable_typescript: true
1212

1313
frontend_directory: ./js

0 commit comments

Comments
 (0)