mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Add Github action definition
This commit is contained in:
parent
e7c879ed3a
commit
f154c35869
1 changed files with 7 additions and 0 deletions
7
.github/workflows/petclinic.yaml
vendored
Normal file
7
.github/workflows/petclinic.yaml
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
name: Build Petclinic
|
||||
on: [ push ]
|
||||
jobs:
|
||||
Build-Petclinic:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
run: echo "Hello Github Actions"
|
Loading…
Reference in a new issue