Skip to content

Commit

Permalink
First GitHub actions test using scripts by outoftheboxplugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jreich-grimloregames committed Mar 3, 2024
1 parent 04cff89 commit 3434878
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/plugin-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Plugin CI

on:
push:
branches:
- github-actions-test

jobs:
plugin-ci:
uses: outoftheboxplugins/BuildMachines/.github/workflows/compile-plugin.yml@master
with:
ue_version: "5.2"
secrets: inherit

0 comments on commit 3434878

Please sign in to comment.