Create lint.yml

This commit is contained in:
José De Freitas 2021-02-05 13:44:25 -05:00 committed by GitHub
parent 8f3539e458
commit 7ec5f91279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
.github/workflows/lint.yml vendored Normal file
View File

@ -0,0 +1,21 @@
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
# workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- name: Run the awesome YouTubers linter
run: python linter/lint.py