Page MenuHomePhabricator

[CI] Remove “Install `ShellCheck`” step from `ShellCheck` GitHub Actions workflow
ClosedPublic

Authored by abosh on Aug 5 2022, 12:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 27, 9:07 AM
Unknown Object (File)
Fri, Sep 27, 9:07 AM
Unknown Object (File)
Thu, Sep 26, 3:29 PM
Unknown Object (File)
Tue, Sep 24, 11:27 PM
Unknown Object (File)
Sun, Sep 22, 4:59 AM
Unknown Object (File)
Thu, Sep 5, 2:37 PM
Unknown Object (File)
Sun, Sep 1, 12:00 PM
Unknown Object (File)
Aug 21 2024, 5:27 PM

Details

Summary

Because ShellCheck comes pre-installed on the GitHub Actions virtual environment we're using for this workflow (ubuntu-latest), we don't need to include the installation commands for ShellCheck.

Read more on the GitHub Actions Virtual Environments README for ubuntu-latest, under the “Installed apt packages” section.

Test Plan

Land this diff and see if the workflow executes as expected on GitHub.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

abosh edited the test plan for this revision. (Show Details)
abosh edited the summary of this revision. (Show Details)
abosh retitled this revision from [CI] Remove “Install ShellCheck” step from `ShellCheck` GitHub Actions workflow to [CI] Remove “Install `ShellCheck`” step from `ShellCheck` GitHub Actions workflow.
This revision is now accepted and ready to land.Aug 5 2022, 1:29 PM