mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-24 01:25:37 +01:00
Workflow changes happen here apparently?
This commit is contained in:
parent
8bcdd9ee93
commit
698de90fae
8
.github/workflows/python.yml
vendored
8
.github/workflows/python.yml
vendored
@ -1,16 +1,9 @@
|
||||
name: Python Checks
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
release:
|
||||
types: ["created"]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
testing:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
@ -27,6 +20,7 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install flake8 pytest
|
||||
pip install -r requirements.txt
|
||||
python setup.py install
|
||||
# - name: Lint with flake8
|
||||
# run: |
|
||||
# flake8
|
||||
|
Loading…
Reference in New Issue
Block a user