Delete .github/workflows directory

This commit is contained in:
José De Freitas 2021-04-22 16:32:23 -05:00 committed by GitHub
parent 528ba3fced
commit cacac033b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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