mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
fix: print
This commit is contained in:
parent
cca263e97a
commit
282ad47963
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
python-version: "3.10"
|
||||
- name: Run script
|
||||
run: |
|
||||
python -c 'import os; os.getlogin()'
|
||||
python -c 'import os; print(os.getlogin())'
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Lint
|
||||
|
|
|
|||
Loading…
Reference in a new issue