From 0ae7587cd8fa1081844ed3010486c67ef72192d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20De=20Freitas?= <37962411+JoseDeFreitas@users.noreply.github.com> Date: Sat, 6 Feb 2021 16:06:14 -0500 Subject: [PATCH] Remove comments --- .github/workflows/lint.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 64bd5b0..a660a2b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,12 +13,12 @@ jobs: runs-on: ubuntu-latest steps: - - name: checkout # Checks the repository content + - name: Checkout uses: actions/checkout@v2 - - name: setup python # Set up to use a specified Python version + - name: Setup Python uses: actions/setup-python@v2 with: - python-version: 3.9.1 # Use Python version 3.9.1 - - name: execute linter # Run the linter/lint.py file + python-version: 3.9.1 + - name: Execute linter run: | python linter/lint.py