mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-20 16:00:14 +02:00
Replace toml parsing library (#32)
"toml" does not support all TOML features https://github.com/BinaryMuse/toml-node/issues/51 Fixes: #31
This commit is contained in:
committed by
GitHub
parent
7a82f1f7e4
commit
31a5185046
+1
-1
@@ -26,7 +26,7 @@
|
||||
"@actions/exec": "^1.1.1",
|
||||
"@actions/github": "^6.0.0",
|
||||
"@actions/tool-cache": "^2.0.1",
|
||||
"toml": "^3.0.0"
|
||||
"@iarna/toml": "^2.2.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.9.4",
|
||||
|
||||
Reference in New Issue
Block a user