From a4cc640e4013ccfae40e84b0abc961ccd367dabb Mon Sep 17 00:00:00 2001 From: yagueto Date: Sat, 22 Feb 2025 20:40:08 +0100 Subject: [PATCH 1/2] Add CI workflow --- .github/workflows/workflow.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/workflow.yml diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml new file mode 100644 index 0000000..c99401d --- /dev/null +++ b/.github/workflows/workflow.yml @@ -0,0 +1,24 @@ +name: Lint, Sort + +on: [push, pull_request] + +jobs: + flake8-lint: + runs-on: ubuntu-latest + name: Lint + steps: + - name: Check out source repository + uses: actions/checkout@v3 + - name: Set up Python environment + uses: actions/setup-python@v4 + with: + python-version: "3.11" + - name: flake8 Lint + uses: py-actions/flake8@v2 + isort: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: isort/isort-action@v1 + with: + requirements-files: "requirements.txt" From 3dd52ac41cb19baa1f786cc1f412dfa21f3a6c6c Mon Sep 17 00:00:00 2001 From: yagueto Date: Sat, 22 Feb 2025 20:46:18 +0100 Subject: [PATCH 2/2] Adds issue request template --- .github/ISSUE_TEMPLATE/issue-report.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/issue-report.md diff --git a/.github/ISSUE_TEMPLATE/issue-report.md b/.github/ISSUE_TEMPLATE/issue-report.md new file mode 100644 index 0000000..f8b8ed9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-report.md @@ -0,0 +1,17 @@ +## Expected Behavior + + +## Actual Behavior + + +## Steps to Reproduce the Problem + + 1. + 1. + 1. + +## Specifications + + - Version: + - Platform: + - Subsystem: