From: gap579137 Date: Fri, 11 Jun 2021 13:10:03 +0000 (-0500) Subject: Create generate-dnsmasq.yml X-Git-Tag: aggregated-20250518~573 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56f7106e24c948ff00c6c6dd77919b7f9367efdc;p=thirdparty%2Fblocklistproject%2Flists.git Create generate-dnsmasq.yml --- diff --git a/.github/workflows/generate-dnsmasq.yml b/.github/workflows/generate-dnsmasq.yml new file mode 100644 index 0000000..1f5af7f --- /dev/null +++ b/.github/workflows/generate-dnsmasq.yml @@ -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 +