Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Create build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
beardypig authored Mar 14, 2019
1 parent 51b6176 commit b117179
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions main.workflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
workflow "Build Extension" {
on = "push"
resolves = ["buildExtension"]
}

action "buildExtension" {
uses = "beardypig/ghidra-buildExtension@master"
}

0 comments on commit b117179

Please sign in to comment.