Skip to content

Commit

Permalink
activater ci linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Sep 24, 2022
1 parent 4a4a54c commit c3dd2fb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c3dd2fb

Please sign in to comment.