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
Write a python tool to parse commands out of circleci, write them to files, and run them through shellcheck. This will probably require using the circleci config validate command, which may be impractical. An alternative may be to abort when << circleci.variable >> type interpolations are encountered.
The text was updated successfully, but these errors were encountered:
Write a python tool to parse commands out of circleci, write them to files, and run them through shellcheck. This will probably require using the
circleci config validate
command, which may be impractical. An alternative may be to abort when<< circleci.variable >>
type interpolations are encountered.The text was updated successfully, but these errors were encountered: