master #43

Merged
tzietkiewicz merged 4 commits from tzietkiewicz/aitech-ium:master into master 2023-05-17 13:56:52 +02:00
Showing only changes of commit 8f75914eba - Show all commits

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