Skip to content

Commit

Permalink
Merge branch 'main' of github.com:HUPO-PSI/mzQC
Browse files Browse the repository at this point in the history
  • Loading branch information
bittremieux committed Jul 9, 2024
2 parents c265a99 + ddf2c48 commit 3a4e874
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
steps:
- name: Check for broken links
id: link-report
uses: celinekurpershoek/link-checker@v1.0.1
uses: celinekurpershoek/link-checker@v1.0.2
with:
# Required:
url: 'https://hupo-psi.github.io/mzQC/'
# optional:
honorRobotExclusions: false
ignorePatterns: 'github,google'
ignorePatterns: 'github,google,slack'
recursiveLinks: false # Check all URLs on all reachable pages (could take a while)
- name: Get the result
run: echo "${{steps.link-report.outputs.result}}"
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pip install jsonschema
- name: Validate mzQC files
run: |
for i in ./specification_documents/draft_v1/examples/*.mz[qQ][cC]; do
for i in ./specification_documents/examples/*.mz[qQ][cC]; do
echo "Syntactic validating of $i"
jsonschema -i $i ./schema/mzqc_schema.json
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 3a4e874

Please sign in to comment.