Skip to content

Add basic github actions #1

Add basic github actions

Add basic github actions #1

name: Pull request workflow
on:
workflow_dispatch:
workflow_call:
pull_request:
branches:
- main
jobs:
static-checks:
uses: ./.github/workflows/static-checks.yaml

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

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request-workflow.yml" -> "./.github/workflows/static-checks.yaml" : failed to fetch workflow: workflow was not found.
secrets: inherit
build-artifacts:
uses: ./.github/workflows/build-artifacts.yaml
secrets: inherit