Skip to content

build(deps): bump @types/node from 20.4.5 to 20.10.1 #17

build(deps): bump @types/node from 20.4.5 to 20.10.1

build(deps): bump @types/node from 20.4.5 to 20.10.1 #17

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

Check failure on line 16 in .github/workflows/prettier.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/prettier.yml

Invalid workflow file

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