Skip to content

Commit

Permalink
stackaid: add initial integration
Browse files Browse the repository at this point in the history
  • Loading branch information
muvaf authored Sep 4, 2022
1 parent 921e94e commit c183545
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/stackaid.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'fund-on-stackaid'
on:
push:
branches:
- main
jobs:
stackaid-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
- uses: stackaid/[email protected]

0 comments on commit c183545

Please sign in to comment.