mirror of
https://github.com/earthly/actions-setup.git
synced 2025-01-14 19:48:02 +08:00
f5d881f515
This is to allow the action to be published to the github marketplace. Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
13 lines
191 B
JSON
13 lines
191 B
JSON
{
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": "eslint:recommended",
|
|
"parserOptions": {
|
|
"ecmaVersion": 12,
|
|
"sourceType": "module"
|
|
},
|
|
"rules": {
|
|
}
|
|
}
|