Skip to content

Conversation

@CameronMcClymont
Copy link
Member

Introduce remaining file formatting checks to run-tests.sh and to the GitHub CI:

  • .editorconfig for consistent character formatting across the repo
  • yamllint for YAML linting
  • jsonlint for JSON linting
  • shfmt for shell script formatting
  • markdownlint for markdown linting
  • prettier for various other formatting such as .js files

Closes #300

@codecov
Copy link

codecov bot commented Jul 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.90%. Comparing base (381bdc7) to head (4b6dbb7).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #301   +/-   ##
======================================
  Coverage    0.90%   0.90%           
======================================
  Files          10      10           
  Lines         551     551           
======================================
  Hits            5       5           
  Misses        546     546           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

CameronMcClymont added a commit to CameronMcClymont/reana-workflow-engine-cwl that referenced this pull request Jul 17, 2025
@CameronMcClymont CameronMcClymont moved this from In work to In review in 0.95.0 Jul 17, 2025
CameronMcClymont added a commit to CameronMcClymont/reana-workflow-engine-cwl that referenced this pull request Jul 28, 2025
CameronMcClymont added a commit to CameronMcClymont/reana-workflow-engine-cwl that referenced this pull request Jul 28, 2025
CameronMcClymont added a commit to CameronMcClymont/reana-workflow-engine-cwl that referenced this pull request Jul 28, 2025
CameronMcClymont added a commit to CameronMcClymont/reana-workflow-engine-cwl that referenced this pull request Jul 28, 2025
CameronMcClymont added a commit to CameronMcClymont/reana-workflow-engine-cwl that referenced this pull request Jul 28, 2025
Copy link
Member

@tiborsimko tiborsimko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, works nicely 👍

Please add yourself to AUTHORS.md.

CameronMcClymont added a commit to CameronMcClymont/reana-workflow-engine-cwl that referenced this pull request Aug 6, 2025
CameronMcClymont added a commit to CameronMcClymont/reana-workflow-engine-cwl that referenced this pull request Aug 6, 2025
@@ -0,0 +1,4 @@
# Allow prompt dollar sign in console examples without showing output
MD014: false
# Allow multiple headings with same content (for different releases)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cosmetics: Please separate the two rules for better clarity.

@tiborsimko tiborsimko merged commit 4b6dbb7 into reanahub:master Aug 13, 2025
18 of 19 checks passed
@github-project-automation github-project-automation bot moved this from In review to Done in 0.95.0 Aug 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

ci: add remaining linting

2 participants