Create main.yml

This commit is contained in:
2025-06-11 16:38:57 +01:00
committed by GitHub
parent 7903710d75
commit 8b1e4a1bf9

7
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,7 @@
on: workflow_call
jobs:
my_first_job:
runs-on: ubuntu-latest
steps:
- name: Run my action
uses: ./.github/worklflows/dotnet