Open ModeSevenIndustrialSolutions opened 1 year ago
Also, this TOML file is being linted by eslint and is passing fine?
eslint...................................................................Passed
Please check latest version of this GH Action and if problems still arises please upload all problematic TOMLs for me to reproduce your issue
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 = [
"Finance" +] classifiers = [ "Intended Audience :: Developers", "Intended Audience :: Science/Research", @@ -34,4 +38,4 @@
[build-system] build-backend = "pdm.backend" -requires = ["pdm-backend"] +requires = [ "pdm-backend" ] Error: {TOML file not formatted}