From 5a6f904116e88dff733e7615945a6d57cbe29ea1 Mon Sep 17 00:00:00 2001 From: Alexis Brunet <28763288+AlexTheGeek@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:27:37 +0100 Subject: [PATCH] Create python-app.yml --- .github/workflows/python-app.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/python-app.yml diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml new file mode 100644 index 0000000..2fdc8c1 --- /dev/null +++ b/.github/workflows/python-app.yml @@ -0,0 +1,23 @@ +# This workflow will install Python dependencies, run tests and lint with a single version of Python +# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python + +name: Deploy + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +permissions: + contents: read + +jobs: + deploy: + + runs-on: self-hosted + + steps: + - name: Lint with flake8 + run: | + cp * /home/alex/VDI-API-INSA