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