Skip to content

Commit

Permalink
Lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesters committed Oct 19, 2023
1 parent 5620600 commit 287aca3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -711,8 +711,7 @@ jobs:
executed with `bash --noprofile --norc -eo pipefail {0}` thus ignoring updated
on bash profile files made by `conda init bash`. See
[Github Actions Documentation](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#custom-shell)
and
[thread](https://github.com/orgs/community/discussions/25061).
and [thread](https://github.com/orgs/community/discussions/25061).
- Sh shells do not use `~/.profile` or `~/.bashrc` so these shells need to be
explicitely declared as `shell: sh -l {0}` on steps that need to be properly
activated (or use a default shell). This is because sh shells are executed
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ inputs:
default: ""
architecture:
description:
'Architecture of Miniconda that should be installed. Default is "x64".
The CPU architecture of the runner is not detected by the workflow.'
'Architecture of Miniconda that should be installed. Default is "x64". The
CPU architecture of the runner is not detected by the workflow.'
required: false
default: "x64"
clean-patched-environment-file:
Expand Down

0 comments on commit 287aca3

Please sign in to comment.