The sf command was not found.
The Salesforce CLI must be installed in the environment to run Salesforce Code Analyzer.
We recommend you include a separate step in your GitHub workflow to install it. For example:
- name: Install Salesforce CLI
run: npm install -g @salesforce/cli@latest
We will attempt to install the latest Salesforce CLI on your behalf.