Skip to content

Commit

Permalink
Capitalize CI step names. (#775)
Browse files Browse the repository at this point in the history
GitHub Actions itself capitalizes the first word, e.g. the first step is
always *Set up job*. This PR matches that style in our own steps. For
the steps that are referencing lowercase commands the PR prepends *Run*
as that is also what GitHub uses, e.g. *Run actions/foo@v3*.

Beyond the capitalization changes the Rust toolchain version is now in
the step name for quicker glance value.
  • Loading branch information
xStrom authored Dec 8, 2024
1 parent ebc25ca commit 3d2dd78
Showing 1 changed file with 77 additions and 69 deletions.
Loading

0 comments on commit 3d2dd78

Please sign in to comment.