Remove comments

This commit is contained in:
José De Freitas 2021-02-06 16:06:14 -05:00 committed by GitHub
parent dfe598ab9b
commit 0ae7587cd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: checkout # Checks the repository content - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: setup python # Set up to use a specified Python version - name: Setup Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.9.1 # Use Python version 3.9.1 python-version: 3.9.1
- name: execute linter # Run the linter/lint.py file - name: Execute linter
run: | run: |
python linter/lint.py python linter/lint.py