Skip to content

Commit

Permalink
Create python_run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sussy-impostor authored May 1, 2024
1 parent 02429e3 commit 0eab984
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/python_run.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Python application

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

permissions:
contents: read

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Run Python 3.10
run:
cd a-sussy-impostor/ga-ole-refresh
python main.py

0 comments on commit 0eab984

Please sign in to comment.