mirror of
https://github.com/ivuorinen/ghaw-auditor.git
synced 2026-02-18 07:50:56 +00:00
feat: initial commit
This commit is contained in:
12
tests/fixtures/basic-workflow.yml
vendored
Normal file
12
tests/fixtures/basic-workflow.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
name: Basic Workflow
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run tests
|
||||
run: echo "Testing"
|
||||
Reference in New Issue
Block a user