Skip to content

Commit

Permalink
actions: remove workflow markdown link check
Browse files Browse the repository at this point in the history
We are already running the markdown link check with pre-commit
  • Loading branch information
jbampton committed Jan 16, 2024
1 parent bd19cd3 commit 07f53ad
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@ permissions: # added using https://github.com/step-security/secure-workflows
contents: read

jobs:
markdown-link-check:
name: Check for broken links in Markdown files
runs-on: ubuntu-latest
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
base-branch: 'main'
check-modified-files-only: 'yes'
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
pre-commit:
name: Run pre-commit # https://pre-commit.com/
runs-on: ubuntu-latest
Expand Down

0 comments on commit 07f53ad

Please sign in to comment.