Skip to content

Merge branch 'main' of https://github.com/Litalino/flarum-blog-articl… #10

Merge branch 'main' of https://github.com/Litalino/flarum-blog-articl…

Merge branch 'main' of https://github.com/Litalino/flarum-blog-articl… #10

Workflow file for this run

name: Blog Article Series 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@main

Check failure on line 11 in .github/workflows/frontend.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/frontend.yml

Invalid workflow file

error parsing called workflow ".github/workflows/frontend.yml" -> "flarum/.github/.github/workflows/REUSABLE_frontend.yml@main" : failed to fetch workflow: workflow was not found.
with:
enable_bundlewatch: false
enable_prettier: true
enable_typescript: false
frontend_directory: ./js
main_git_branch: main
secrets:
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}