Skip to content

build(deps): bump firebase from 10.3.1 to 10.5.2 #12

build(deps): bump firebase from 10.3.1 to 10.5.2

build(deps): bump firebase from 10.3.1 to 10.5.2 #12

Workflow file for this run

name: Development CI/CD
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, edited, ready_for_review]
jobs:
build:
uses: ./.github/workflows/build.yml
with:
fail-on-error: true
prettier:
needs: build
uses: ./.github/workflows/prettier.yml
with:
fail-on-error: true
eslint:
needs: build
uses: ./.github/workflows/eslint.yml

Check failure on line 22 in .github/workflows/development.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/development.yml

Invalid workflow file

error parsing called workflow ".github/workflows/development.yml" -> "./.github/workflows/eslint.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
fail-on-error: true