Create main.yml

This commit is contained in:
Paul Schneider 2025-06-11 16:38:57 +01:00 committed by GitHub
commit b997c32f23

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