Skip to content

Commit

Permalink
Add LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedr committed Jul 26, 2024
1 parent 04a0307 commit 7b7c970
Show file tree
Hide file tree
Showing 3 changed files with 677 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: "Test"
on:
workflow_dispatch:
push:
paths:
- "src/**"

jobs:
test:
Expand All @@ -25,7 +23,7 @@ jobs:
minor: false
tags: test-tag

- name: "Echo Outputs"
- name: "Validate Outputs"
run: |
echo '${{ steps.test.outputs.tags }}'
if [ -z '${{ steps.test.outputs.tags }}' ];then
Expand Down
Loading

0 comments on commit 7b7c970

Please sign in to comment.