Skip to content

Commit

Permalink
feat: create python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiFilipeCampos authored Dec 29, 2023
1 parent 1148a7c commit bcc3e9b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

name: Test Workflow to Setup Self Hosted Runners

on:
workflow_dispatch:



permissions:
contents: read

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Test
run: |
echo "success"

0 comments on commit bcc3e9b

Please sign in to comment.