chore: remove the workflows
This commit is contained in:
parent
5aea04e6f8
commit
b3e6eae113
2 changed files with 0 additions and 29 deletions
11
.github/workflows/backend.yml
vendored
11
.github/workflows/backend.yml
vendored
|
@ -1,11 +0,0 @@
|
|||
name: OAuth Center PHP
|
||||
|
||||
on: [workflow_dispatch, push, pull_request]
|
||||
|
||||
jobs:
|
||||
run:
|
||||
uses: flarum/framework/.github/workflows/REUSABLE_backend.yml@main
|
||||
with:
|
||||
enable_backend_testing: true
|
||||
|
||||
backend_directory: .
|
18
.github/workflows/frontend.yml
vendored
18
.github/workflows/frontend.yml
vendored
|
@ -1,18 +0,0 @@
|
|||
name: OAuth Center JS
|
||||
|
||||
on: [workflow_dispatch, push, pull_request]
|
||||
|
||||
jobs:
|
||||
run:
|
||||
uses: flarum/framework/.github/workflows/REUSABLE_frontend.yml@main
|
||||
with:
|
||||
enable_bundlewatch: false
|
||||
enable_prettier: true
|
||||
enable_typescript: true
|
||||
|
||||
frontend_directory: ./js
|
||||
backend_directory: .
|
||||
js_package_manager: npm
|
||||
main_git_branch: main
|
||||
secrets:
|
||||
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
|
Loading…
Reference in a new issue