]> git.ipfire.org Git - thirdparty/blocklistproject/lists.git/commitdiff
Create generate-dnsmasq.yml
authorgap579137 <gap579137@gmail.com>
Fri, 11 Jun 2021 13:10:03 +0000 (08:10 -0500)
committergap579137 <gap579137@gmail.com>
Fri, 11 Jun 2021 13:10:03 +0000 (08:10 -0500)
.github/workflows/generate-dnsmasq.yml [new file with mode: 0644]

diff --git a/.github/workflows/generate-dnsmasq.yml b/.github/workflows/generate-dnsmasq.yml
new file mode 100644 (file)
index 0000000..1f5af7f
--- /dev/null
@@ -0,0 +1,23 @@
+name: CI
+on:
+  push:
+    branches:
+      - master
+
+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-dnsmasq.js
+      - name: Commit & Push
+        uses: actions-x/commit@v2
+        with:
+          email: noreply@blocklist.site
+          name: GitHub Actions
+          branch: master
+