Files
ghaw-auditor/tests/fixtures/basic-workflow.yml
2025-10-19 09:52:13 +03:00

13 lines
174 B
YAML

---
name: Basic Workflow
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: echo "Testing"