Skip to content

Commit 5c31ef0

Browse files
committed
fix typo
1 parent 1804b56 commit 5c31ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ runs:
8484
$CONDA/bin/conda --version
8585
$CONDA/bin/conda install python=${{ inputs.conda-python-version }}
8686
shell: bash
87-
name: Install linters
87+
name: Install lintners
8888
- run: |
8989
$CONDA/bin/python --version
9090
$CONDA/bin/pip install -r ${{ github.action_path }}/requirements.txt
9191
shell: bash
92-
name: Install linters
92+
name: Install lintners
9393
- run: >
9494
${{ github.action_path }}/entrypoint.sh
9595
'${{ inputs.python-root-list }}'

0 commit comments

Comments
 (0)