diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1630935aa..f2c23354a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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