]> git.ipfire.org Git - thirdparty/blocklistproject/lists.git/commitdiff
Adding generate-noip GitHub Action Workflow
authorCharlie Fish <fishcharlie@me.com>
Wed, 9 Jun 2021 21:32:20 +0000 (15:32 -0600)
committerCharlie Fish <fishcharlie@me.com>
Wed, 9 Jun 2021 21:32:20 +0000 (15:32 -0600)
.github/workflows/generate-noip.yml [new file with mode: 0644]

diff --git a/.github/workflows/generate-noip.yml b/.github/workflows/generate-noip.yml
new file mode 100644 (file)
index 0000000..2628120
--- /dev/null
@@ -0,0 +1,21 @@
+name: CI
+on:
+  push:
+
+jobs:
+  generate:
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v2
+      - name: Use Node.js
+        uses: actions/setup-node@v1
+        with:
+          node-version: 15.x
+      - run: node scripts/generate-noip.js
+      - name: Commit & Push
+        uses: actions-x/commit@v2
+        with:
+          email: noreply@blocklist.site
+          name: GitHub Actions
+          branch: master
+