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
{{ message }}
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
jobs:lint:name: Lintruns-on: ubuntu-lateststeps:- name: Do lintingrun: tox -vve lint
do we want to prefer to include the name, or should we prefer omitting the name and leaving the command to self-document? My preference is that our default be:
omitting the name for one-liners unless they're very complex (eg: something like date | cut -d" " -f5 should have name: Display current time)
requiring a name for multi-liners unless they're really simple
Whatever we do, we should add some comments in the example .github/workflow as a hint
The text was updated successfully, but these errors were encountered:
If we have something like:
do we want to prefer to include the
name
, or should we prefer omitting the name and leaving the command to self-document? My preference is that our default be:date | cut -d" " -f5
should havename: Display current time
)Whatever we do, we should add some comments in the example
.github/workflow
as a hintThe text was updated successfully, but these errors were encountered: