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
GitHub Action expressions typically need to take the form of ${{ <expression> }}. There is an exception to this rule with if clauses are where ${{}} is optional. I've found it to be easier to read to always include the ${{}} in if clauses to make it obvious that an expression is used.
Would it be possible to add this as a linting check? Probably this could be optional.
The text was updated successfully, but these errors were encountered:
GitHub Action expressions typically need to take the form of
${{ <expression> }}
. There is an exception to this rule withif
clauses are where${{
}}
is optional. I've found it to be easier to read to always include the${{
}}
inif
clauses to make it obvious that an expression is used.Would it be possible to add this as a linting check? Probably this could be optional.
The text was updated successfully, but these errors were encountered: