Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add linter for markdown, yaml, CSS, html #2176

Merged
merged 7 commits into from
Mar 23, 2024
Merged

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Mar 21, 2024

No description provided.

Copy link

codecov bot commented Mar 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.48%. Comparing base (937683f) to head (b73aa50).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2176   +/-   ##
=======================================
  Coverage   95.48%   95.48%           
=======================================
  Files          18       18           
  Lines        1461     1462    +1     
=======================================
+ Hits         1395     1396    +1     
  Misses         66       66           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines 123 to 131
$.get(
decodeURIComponent(jdata),
function (data) {
if (!handlejsondata(data)) {
addloadbutton();
}
},
"text",
);

Check warning

Code scanning / CodeQL

Client-side request forgery Medium

The
URL
of this request depends on a
user-provided value
.
}
const loadAllSpec = () => {
$(".smiles[data-smiles]").each(function () {
if (!$(obj).data("smiles-loaded")) {

Check warning

Code scanning / CodeQL

Variable not declared before use Warning

Variable 'obj' is used before its
declaration
.
@njzjz njzjz changed the title ci: add lint for markdown, json, yaml, CSS, javascript, html ci: add linter for markdown, yaml, CSS, html Mar 21, 2024
@njzjz njzjz enabled auto-merge March 23, 2024 02:24
@njzjz njzjz added this pull request to the merge queue Mar 23, 2024
Merged via the queue into deepmodeling:master with commit e7708cb Mar 23, 2024
33 checks passed
@njzjz njzjz deleted the ci-lint branch March 23, 2024 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant