Skip to content

Optimize and clean adding and removing infrastructure logic #233

Optimize and clean adding and removing infrastructure logic

Optimize and clean adding and removing infrastructure logic #233

Workflow file for this run

name: Pull Request CI check
on:
workflow_dispatch:
pull_request:
branches:
- main
permissions:
id-token: write
contents: write
jobs:
build:
uses: ./.github/workflows/common-build.yml
secrets: inherit
test:
uses: ./.github/workflows/common-test.yml

Check failure on line 19 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request.yml" -> "./.github/workflows/common-test.yml" : You have an error in your yaml syntax on line 78
secrets: inherit
needs: build
with:
mode: build
testMonorepo: false