awesome-youtubers/.github/workflows/lint.yml
José De Freitas 7ec5f91279
Create lint.yml
2021-02-05 13:44:25 -05:00

22 lines
386 B
YAML

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