mirror of
https://github.com/JoseDeFreitas/awesome-youtubers.git
synced 2024-12-22 13:55:08 -05:00
Remove comments
This commit is contained in:
parent
dfe598ab9b
commit
0ae7587cd8
8
.github/workflows/lint.yml
vendored
8
.github/workflows/lint.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user