Skip to content

Commit

Permalink
flarum-cli infra githubActions
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdarkle committed Sep 10, 2024
1 parent 9ab9359 commit 04505e9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Fancybox
name: Fancybox PHP

on: [workflow_dispatch, push, pull_request]

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Custom Brickrr Styles JS
name: Fancybox JS

on: [workflow_dispatch, push, pull_request]

Expand All @@ -12,7 +12,8 @@ jobs:

frontend_directory: ./js
backend_directory: .
js_package_manager: yarn
js_package_manager: npm
main_git_branch: main

secrets:
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
12 changes: 11 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"name": "darkle/fancybox",
"description": "Fancybox is a touch enabled and responsive tool for displaying images in a 'lightbox' that floats overtop of web page.",
"type": "flarum-extension",
"keywords": ["flarum","extension","images","fancybox"],
"keywords": [
"flarum",
"extension",
"images",
"fancybox"
],
"license": "MIT",
"authors": [
{
Expand Down Expand Up @@ -32,6 +37,11 @@
"backgroundColor": "#00c8b0",
"color": "#fff"
}
},
"flarum-cli": {
"modules": {
"githubActions": true
}
}
}
}

0 comments on commit 04505e9

Please sign in to comment.