mirror of
https://github.com/tubearchivist/jellyfin.git
synced 2025-01-15 13:20:13 +00:00
add github folder and workflow
This commit is contained in:
parent
319fa1713d
commit
0fb964bb3a
3
.github/FOUNDIG.yml
vendored
Normal file
3
.github/FOUNDIG.yml
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
github: bbilly1
|
||||||
|
ko_fi: bbilly1
|
||||||
|
custom: https://paypal.me/bbilly1
|
14
.github/workflows/lint_python.yml
vendored
Normal file
14
.github/workflows/lint_python.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user