From c3dd2fba14401263f2b23c26e6efce26d905f139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Seidel?= Date: Sat, 24 Sep 2022 11:24:01 +0200 Subject: [PATCH] activater ci linter --- .github/workflows/lint.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml new file mode 100644 index 0000000..9a16422 --- /dev/null +++ b/.github/workflows/lint.yml @@ -0,0 +1,17 @@ +name: linter checks +on: + push: + workflow_dispatch: + +jobs: + linter: + name: "Linter Checks" + runs-on: ubuntu-latest + + + steps: + - name: Checkout Code + uses: actions/checkout@v3 + + - name: Check markdown files + uses: avto-dev/markdown-lint@v1