Merge branch 'master' into feature-docker

This commit is contained in:
Simon 2023-07-31 23:41:51 +07:00
commit 739b02c2b6
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