Skip to content

Commit

Permalink
Removed the link checking since its not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriousHorncat committed Apr 12, 2024
1 parent 5751db8 commit 6d11cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ jobs:
# dot: false
# ignore_files: '".git*/**"'


markdown-check-links:
name: Markdown - checking links
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: ".markdownlint.json"

shellcheck:
name: Shellcheck
runs-on: ubuntu-22.04
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Markdown](https://github.com/uab-cgds-worthey/cgds_repo_template/actions/workflows/linting.yml/badge.svg)](https://github.com/uab-cgds-worthey/cgds_repo_template/actions/workflows/linting.yml)
<!-- markdown-link-check-enable -->

A basic linkout home page for cgds.uab.edu. Main CGDS website is still https://sites.uab.edu/cgds
A basic link out home page for `cgds.uab.edu`. Main CGDS website is still [https://sites.uab.edu/cgds](https://sites.uab.edu/cgds)

## How to build

Expand Down Expand Up @@ -44,8 +44,4 @@ cgds_repo_template
   └── workflows <- Github actions workflows for automated processes (eg. linting, etc)
   └── linting.yml

```
## Contributing
We welcome contributions! [See the docs for guidelines](./CONTRIBUTING.md).
```

0 comments on commit 6d11cf2

Please sign in to comment.