pms
/
ium
forked from AITech/aitech-ium
4
5
Fork 1

Github Actions Workflow

This commit is contained in:
Tomasz 2023-05-17 11:57:33 +02:00
parent db340bdbb2
commit 8f75914eba
1 changed files with 13 additions and 0 deletions

13
.github/workflows/workflow.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: github-actions-hello
on: [push]
jobs:
hello-job:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2.2.2
with:
python-version: '3.7'
- run: python3 --version