mirror of
https://github.com/JoseDeFreitas/awesome-youtubers.git
synced 2025-01-03 03:20:48 -05:00
Add auto update configuration
This commit is contained in:
parent
a4709a29ac
commit
9246b69bdd
10
.github/workflows/lint.yml
vendored
10
.github/workflows/lint.yml
vendored
@ -17,10 +17,20 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: 3.9.1
|
python-version: 3.9.1
|
||||||
|
|
||||||
- name: Execute linter
|
- name: Execute linter
|
||||||
run: |
|
run: |
|
||||||
python linter/lint.py
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user