Skip to content

refactor: use reusable actions for build #1

refactor: use reusable actions for build

refactor: use reusable actions for build #1

Workflow file for this run

name: Build
on:
push:
pull_request:
types: [opened, reopened]
jobs:
services:
uses: ./.github/workflows/build/build-services.yaml

Check failure on line 10 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
secrets: inherit
apps:
uses: ./.github/workflows/build/build-apps.yaml
secrets: inherit