1
0
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:
Caleb Stewart 2021-05-30 00:43:20 -04:00
parent 8bcdd9ee93
commit 698de90fae

View File

@ -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