mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-07-29 01:17:44 +00:00
Cleaned up .github/
- Removed PyLint - Used poetry for dependencies - Made workflows only run for CPython 3.8
This commit is contained in:
parent
72df282684
commit
a33985c69b
5 changed files with 6 additions and 33 deletions
2
.github/workflows/bandit.yml
vendored
2
.github/workflows/bandit.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [ '3.8', '3.9', '3.10' ]
|
||||
python-version: [ "3.8" ]
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue