Create main.yml
This commit is contained in:
parent
98fddce075
commit
b997c32f23
1 changed files with 7 additions and 0 deletions
7
.github/workflows/main.yml
vendored
Normal file
7
.github/workflows/main.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue