Skip to content

Commit

Permalink
test lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
borisikhin committed Nov 22, 2024
1 parent 6500e4f commit 1890dc4
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: linter
name: Check .md links

# Controls when the action will run.
on:
Expand All @@ -8,9 +8,6 @@ on:
pull_request:
branches: [ main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand All @@ -20,10 +17,11 @@ jobs:

# check out the latest version of the code
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@main

# Checks the status of hyperlinks in .md files in verbose mode
- name: Check links
uses: gaurav-nelson/github-action-markdown-link-check@v1
uses: gaurav-nelson/github-action-markdown-link-check@v1.0.15
with:
use-verbose-mode: 'yes'
use-verbose-mode: 'yes',
use-quiet-mode: 'yes'

0 comments on commit 1890dc4

Please sign in to comment.