Skip to content

Add trivial reusable workflow for SHA pinning experiment #1

Add trivial reusable workflow for SHA pinning experiment

Add trivial reusable workflow for SHA pinning experiment #1

name: Trivial Reusable Workflow (no actions)
on:
workflow_call:
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: No actions here, just a shell command
run: echo "This reusable workflow has no uses: steps, only run: steps"

Check failure on line 10 in .github/workflows/trivial-reusable.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/trivial-reusable.yaml

Invalid workflow file

You have an error in your yaml syntax on line 10