Skip to content

Commit

Permalink
try manually adding new worflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Feb 1, 2022
1 parent 6e4ab7b commit ed983f7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 47 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: <%= params.extensionName %> JS

on: [workflow_dispatch, push, pull_request]

# The reusable workflow definitions will be moved to the `flarum/framework` repo soon.
# This will break your current script.
# When this happens, run `flarum-cli audit infra --fix` to update your infrastructure.

jobs:
run:
uses: flarum/.github/.github/workflows/REUSABLE_frontend.yml@as/support-npm-yarn
with:
enable_bundlewatch: true
enable_prettier: true
enable_typescript: true

frontend_directory: js
backend_directory: src
package_manager: yarn
main_git_branch: main
secrets:
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
31 changes: 0 additions & 31 deletions .github/workflows/lint.yml

This file was deleted.

0 comments on commit ed983f7

Please sign in to comment.