Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
testersen committed Aug 30, 2024
0 parents commit 69dfb35
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
- workflow_dispatch
- push

name: Test

jobs:
test:
name: Show some debug info
runs-on: ubuntu-latest
steps:
- name: Show the github context
env:
context: ${{ toJson(github) }}
run: jq -C "$context"

0 comments on commit 69dfb35

Please sign in to comment.