aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/NotEnoughUpdates-REPO-Workflow.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/NotEnoughUpdates-REPO-Workflow.yml')
-rw-r--r--.github/workflows/NotEnoughUpdates-REPO-Workflow.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/workflows/NotEnoughUpdates-REPO-Workflow.yml b/.github/workflows/NotEnoughUpdates-REPO-Workflow.yml
new file mode 100644
index 00000000..58bd2df6
--- /dev/null
+++ b/.github/workflows/NotEnoughUpdates-REPO-Workflow.yml
@@ -0,0 +1,20 @@
+name: NotEnoughUpdates REPO Workflow
+
+# Controls when the action will run.
+on:
+ pull_request:
+ branches: [ master, alpha ]
+ push:
+ branches: [ master, alpha ]
+ workflow_dispatch:
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+
+ - name: run-checks
+ uses: NotEnoughUpdates/NotEnoughUpdates-REPO-Workflow@main
+ with:
+ repo-token: ${{secrets.GITHUB_TOKEN}}