Skip to content

Commit

Permalink
test lint 2
Browse files Browse the repository at this point in the history
  • Loading branch information
borisikhin committed Nov 22, 2024
1 parent 7fd9c12 commit f5b29a8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
# check out the latest version of the code
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: gaurav-nelson/[email protected]
- uses: actions/checkout@v3

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

0 comments on commit f5b29a8

Please sign in to comment.