This commit is contained in:
Jose De Freitas 2021-03-01 09:54:15 -05:00
commit 9242a8ac13
1 changed files with 10 additions and 0 deletions

View File

@ -17,10 +17,20 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9.1
- name: Execute linter
run: |
python linter/lint.py
- name: Commit to the repo
run: |
git config --global user.name "JoseDeFreitas/awesome-youtubers"
git config --global user.email "awesome-youtubers[bot]@JoseDeFreitas.github.io"
git add .
git commit -m 'Update generated files' || echo
git push