Skip to content

feat: return success on 404 error when deleting api #52

feat: return success on 404 error when deleting api

feat: return success on 404 error when deleting api #52

Workflow file for this run

name: pr-build
on:
pull_request:
branches: ['main']
jobs:
build:
name: Build PRs
uses: flaviostutz/gh-makefile/.github/workflows/make-ci.yml@main
with:
working-directory: ./
tooling: node
tooling-version: 18
target-build: true
target-lint: true
target-unit-tests: true

Check failure on line 17 in .github/workflows/pr-build.yml

View workflow run for this annotation

GitHub Actions / pr-build

Invalid workflow file

The workflow is not valid. .github/workflows/pr-build.yml (Line: 17, Col: 26): Invalid input, target-unit-tests is not defined in the referenced workflow.