You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I've noticed that many people include single (') or double (") quotes around strings in their GitHub Actions, even when they're not necessary. It would be helpful to have a linting option that automatically removes these quotes where applicable.
Describe the solution you'd like
An option you can set up under settings.json in VS Code.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I've noticed that many people include single (
'
) or double ("
) quotes around strings in their GitHub Actions, even when they're not necessary. It would be helpful to have a linting option that automatically removes these quotes where applicable.Describe the solution you'd like
An option you can set up under
settings.json
in VS Code.The text was updated successfully, but these errors were encountered: