Add workflow (WIP)

This commit is contained in:
MrLetsplay 2025-03-04 19:28:22 +01:00
parent 987ce7dde4
commit deda5d64db
Signed by: mr
SSH Key Fingerprint: SHA256:92jBH80vpXyaZHjaIl47pjRq+Yt7XGTArqQg1V7hSqg

View File

@ -0,0 +1,11 @@
on: [push, workflow_dispatch]
jobs:
build-element:
runs-on: ubuntu:latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run script
run: "echo 'hello world'"