Skip to content

Commit

Permalink
Create python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTheGeek authored Dec 6, 2023
1 parent 763d625 commit 5a6f904
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5a6f904

Please sign in to comment.