Skip to content

build(deps): bump next from 13.4.12 to 14.0.3 #15

build(deps): bump next from 13.4.12 to 14.0.3

build(deps): bump next from 13.4.12 to 14.0.3 #15

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/eslint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/eslint.yml

Invalid workflow file

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