yisonPylkita / gh-action-toml-linter

GitHub Action for linting TOML files
MIT License
4 stars 0 forks source link

Success, then Error? #1

Open ModeSevenIndustrialSolutions opened 11 months ago

ModeSevenIndustrialSolutions commented 11 months ago

The linter seems to be successful, but then throws an error stopping the GHA workflow:

e.g.

Scanning all the TOML files at Check file ./pyproject.toml success: processed 1 document with no errors --- ./pyproject.toml +++ ./pyproject.toml.original @@ -2,11 +2,15 @@ name = "ITR" version = "1.0.5" description = "Assess the temperature alignment of current targets, commitments, and investment and lending portfolios." requires-python = ">=3.9" readme = "README.md" license = { text = "Apache-2.0" } -keywords = ["Climate", "ITR", "Finance"] +keywords = [

ModeSevenIndustrialSolutions commented 11 months ago

Also, this TOML file is being linted by eslint and is passing fine?

eslint...................................................................Passed

yisonPylkita commented 7 months ago

Please check latest version of this GH Action and if problems still arises please upload all problematic TOMLs for me to reproduce your issue