Skip to content

build(deps): bump eslint from 8.48.0 to 8.54.0 #16

build(deps): bump eslint from 8.48.0 to 8.54.0

build(deps): bump eslint from 8.48.0 to 8.54.0 #16

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