mirror of
https://github.com/ivuorinen/ghaw-auditor.git
synced 2026-03-11 22:59:54 +00:00
feat: initial commit
This commit is contained in:
11
tests/fixtures/empty-workflow-call.yml
vendored
Normal file
11
tests/fixtures/empty-workflow-call.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
name: Empty Workflow Call
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
Reference in New Issue
Block a user