Closed saumier closed 7 months ago
@saumier I am using Webstorm IDE. I don't see any issue with my IDE. @dev-aravind Can you check if you face this issue in your VS code IDE? Let see if this is a common issue in VS code and happening to others as well.
@saumier I get some warnings in my problems tab but no error. May I know what linter are you using? I'm using the github-actions extension.
@dev-aravind I am also using github-actions extension. When I disable this extension the errors go away. The YAML syntax is fine. There is something else that is causing the errors and I think we should get to the bottom of it. Maybe related to https://github.com/SpicyPizza/create-envfile/issues/10
@saumier List of the extensions on my machine :
@dev-aravind @sahalali I took another look and saw the problem clearly.
The workflow is reporting the following warning when it runs: Unexpected input(s) 'envkey_DATA_DOG_CLIENT_TOKEN', 'envkey_ENABLING_LOG_TO_DATA_DOG', 'envkey_CMS_REFERER_HEADER', valid inputs are ['entryPoint', 'args', 'file_name', 'directory', 'fail_on_empty']
This is also documented in the repo for SpicyPizza.
How to fix these linter errors? The scripts are running ok. Its only the errors in the IDE.