All checks were successful
TMW Global Networks Dokumentation / build (push) Successful in 11s
18 lines
389 B
YAML
18 lines
389 B
YAML
name: TMW Global Networks Dokumentation
|
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: alpine-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v4
|
|
- name: apk install needed Packages
|
|
run: apk add python3
|
|
- name: run python script
|
|
run: python3 main.py |