mirror of
https://github.com/JoseDeFreitas/awesome-youtubers.git
synced 2024-12-22 05:45:08 -05:00
Delete .github/workflows directory
This commit is contained in:
parent
528ba3fced
commit
cacac033b1
28
.github/workflows/lint.yml
vendored
28
.github/workflows/lint.yml
vendored
@ -1,28 +0,0 @@
|
||||
name: lint
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
paths: 'readme.md'
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths: 'readme.md'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
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 src/linter/lint.py
|
Loading…
Reference in New Issue
Block a user