Skip to content

Commit

Permalink
Add yml file to run script on github.
Browse files Browse the repository at this point in the history
  • Loading branch information
norbert-acedanski committed Apr 26, 2024
1 parent cb1ddeb commit 3e48d8f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: run

on: workflow_dispatch

jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Python 3.9
uses: actions/setup-python@v5
with:
python-version: '3.9'

- name: Print piano pieces in lists
run:
python 'main.py'

0 comments on commit 3e48d8f

Please sign in to comment.