chore: remove the workflows

This commit is contained in:
FoskyM 2023-09-28 17:55:34 +08:00
parent 5aea04e6f8
commit b3e6eae113
No known key found for this signature in database
GPG key ID: 42C0ED6994AD7E9C
2 changed files with 0 additions and 29 deletions

View file

@ -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: .

View file

@ -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 }}