Skip to content

Commit

Permalink
ci: disable markdown lint checking
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryPTB committed Jul 26, 2024
1 parent f8d5d6a commit a92d5e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
uses: super-linter/[email protected] # x-release-please-version
env:
VALIDATE_SCSS: true
VALIDATE_MARKDOWN: false
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
![Rounded Toolbar](https://github.com/user-attachments/assets/6b62a099-d346-48ed-921d-e1c1263950d1)
# The WIS2 Subscription Manager
<a name="readme-top"></a>

Expand All @@ -15,7 +16,6 @@ The WIS2 Subscription Manager is an Electron application that allows you to easi

**Note**: This repository does *not* contain the downloader which actually enables the subscription process. <a href="https://github.com/wmo-im/wis2downloader">The WIS2 Downloader can be found here.</a>

<!-- markdownlint-disable -->
<!-- TABLE OF CONTENTS -->
<details>
<summary>Table of Contents</summary>
Expand Down Expand Up @@ -51,10 +51,8 @@ The WIS2 Subscription Manager is an Electron application that allows you to easi
<li><a href="#contact">Contract</a></li>
</ol>
</details>
<!-- markdownlint-enable -->

## Features
![Rounded Toolbar](https://github.com/user-attachments/assets/6b62a099-d346-48ed-921d-e1c1263950d1)
- **Configure Your Subscriptions**: Easily view and configure topics through a user-friendly interface, built with <a href="https://vuetifyjs.com/en/">Vuetify 3</a>.
- **Explore the Global Discovery Catalogue (GDC)**: Browse a GDC of your choice and seamlessly add new topics to your subscription.
- **Visualize Download Metrics**: Just click on a subscribed topic to see the number of files/bytes downloaded, file types, and failed downloads.
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ const router = createRouter({
}
]
})
export default router
export default router

0 comments on commit a92d5e9

Please sign in to comment.