dns

DNS Deployment for nordgedanken.dev infra.
git clone git://archive.git.mtrnord.blog/Nordgedanken/dns.git
Log | Files | Refs

commit 5164239e657196d2b6c289aca10f056e6c2d2594
parent 25fba3054cc84263334eaaab0b1ac45e2394744c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 11 Oct 2023 15:26:49 +0200

Fix linter errors

Diffstat:
A.editorconfig | 10++++++++++
M.github/workflows/force_deploy.yml | 5++---
M.github/workflows/pullrequest.yml | 5++---
3 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,9 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true +\ No newline at end of file diff --git a/.github/workflows/force_deploy.yml b/.github/workflows/force_deploy.yml @@ -9,7 +9,7 @@ jobs: issues: write pull-requests: write contents: read - statuses: write + statuses: write needs: linting if: github.event.issue.pull_request && contains(github.event.comment.body, '/force_deploy' && (contains(github.event.comment.author_association, 'OWNER') || contains(github.event.comment.author_association, 'MEMBER'))) runs-on: ubuntu-latest @@ -46,4 +46,4 @@ jobs: with: sha: ${{ steps.comment-branch.outputs.head_sha }} status: ${{ job.status }} - context: Force deploying changes -\ No newline at end of file + context: Force deploying changes diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml @@ -18,7 +18,7 @@ jobs: issues: write pull-requests: write contents: read - statuses: write + statuses: write needs: linting if: github.event.issue.pull_request && contains(github.event.comment.body, '/test' && (contains(github.event.comment.author_association, 'OWNER') || contains(github.event.comment.author_association, 'MEMBER'))) runs-on: ubuntu-latest @@ -85,4 +85,4 @@ jobs: with: sha: ${{ steps.comment-branch.outputs.head_sha }} status: ${{ job.status }} - context: Verifying changes -\ No newline at end of file + context: Verifying changes