1
0
mirror of https://github.com/actions/setup-python.git synced 2025-05-12 12:43:44 +07:00

10 lines
87 B
Plaintext
Raw Normal View History

2019-06-26 21:12:00 -04:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements": [2, 12]
}
}