feat: add markdown lint target and job
All checks were successful
CI / Makefile Lint (pull_request) Successful in 17s
CI / Go Lint (pull_request) Successful in 23s
CI / Unit Tests (pull_request) Successful in 14s
CI / Markdown Lint (pull_request) Successful in 14s
CI / Fuzz Tests (pull_request) Successful in 51s
CI / Mutation Tests (pull_request) Successful in 1m2s
All checks were successful
CI / Makefile Lint (pull_request) Successful in 17s
CI / Go Lint (pull_request) Successful in 23s
CI / Unit Tests (pull_request) Successful in 14s
CI / Markdown Lint (pull_request) Successful in 14s
CI / Fuzz Tests (pull_request) Successful in 51s
CI / Mutation Tests (pull_request) Successful in 1m2s
This commit is contained in:
@@ -39,6 +39,15 @@ jobs:
|
||||
- name: Run mutation tests
|
||||
run: make lint-makefile
|
||||
|
||||
lint-markdown:
|
||||
name: Markdown Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Run markdown lint
|
||||
run: make lint-markdown
|
||||
|
||||
test-unit:
|
||||
name: Unit Tests
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user