add github folder and workflow

This commit is contained in:
Simon 2023-07-31 23:40:46 +07:00
parent 319fa1713d
commit 0fb964bb3a
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 17 additions and 0 deletions

3
.github/FOUNDIG.yml vendored Normal file
View File

@ -0,0 +1,3 @@
github: bbilly1
ko_fi: bbilly1
custom: https://paypal.me/bbilly1

14
.github/workflows/lint_python.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: lint_python
on: [pull_request, push]
jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: pip install --upgrade pip wheel
- run: pip install bandit black codespell flake8 flake8-bugbear
flake8-comprehensions isort requests
- run: ./deploy.sh validate